localViews property

Map<String, dynamic> localViews
getter/setter pair

This property stores whichever views from the main list. We recommend using it for storing functions that return a different perspective of the list property

Implementation

late Map<String, dynamic> localViews = <String, List<Model> Function()>{};