propertyItems property

List<Map<String, dynamic>> get propertyItems

Array of items in the list property

Implementation

List<Map<String, dynamic>> get propertyItems => data["propertyItems"].cast<Map<String, dynamic>>();