items property

List<Map<String, dynamic>> items
inherited

List of the actual data fields.

Implementation

List<Map<String, dynamic>> get items => _items;