pathData property

Map<String, ValueNotifier<List<AssetEntity>>> pathData
getter/setter pair

Implementation

Map<String, ValueNotifier<List<AssetEntity>>> pathData =
    <String, ValueNotifier<List<AssetEntity>>>{};