doNotLoadOnInit property

bool doNotLoadOnInit
final

The default behaviour of ModelListView is to call load method in the initState If this is not wanted set doNotLoadOnInit to false

Implementation

final bool doNotLoadOnInit;