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

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