getItems property

List Function(TPage page)? getItems
final

Optional function extracting a list of items from a page for the items convenience getter.

Implementation

final List<dynamic> Function(TPage page)? getItems;