dataSource property

List? dataSource
final

A list which holds the data if we don't want to make a network request

Implementation

final List<dynamic>? dataSource;