typeRegistry property

  1. @JsonKey.new(name: 'type_registry')
Map<String, TypeConfig>? typeRegistry
final

Type registry for mapping file types to asset types

Implementation

@JsonKey(name: 'type_registry')
final Map<String, TypeConfig>? typeRegistry;