items property

List<Map<String, dynamic>> get items
inherited

List of the actual data fields.

Implementation

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