mapItems property Null safety

Map<int, List<ValueNotifier<CustomItem>>> mapItems
read / write

Implementation

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