var orderLines = <Map>[]; // creates an empty List<Map> orderLines.add({ 'number' : '', 'Item' : '', 'Qty' : '' });