mapItems property

Map<int, List<ValueNotifier<CustomItem>>> mapItems
getter/setter pair

Implementation

late Map<int, List<ValueNotifier<CustomItem<dynamic>>>> mapItems;