transformers property
Map<String, DatumTransformer>
get
transformers
A map of transformers in this schema, indexed by the data type they can transform.
Implementation
Map<String, DatumTransformer> get transformers => _transformers;