localViews property

  1. @override
Map<String, dynamic> localViews
getter/setter pairoverride

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

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