schemas property
Map<String, DatumTransformerSchema>
get
schemas
The map between the namespace of a transformer schema and the schema.
Implementation
Map<String, DatumTransformerSchema> get schemas => _schemas;