mapRegistry property

  1. @JsonKey.new(name: 'map_registry')
Map<String, MapConfig>? mapRegistry
final

Map registry for mapping asset types to implementation classes

Implementation

@JsonKey(name: 'map_registry')
final Map<String, MapConfig>? mapRegistry;