items property

ValueNotifier<List> items
final

Implementation

final ValueNotifier<List> items = ValueNotifier<List>([]);