transformers property

Map<String, DatumTransformer> transformers

A map of transformers in this schema, indexed by the data type they can transform.

Implementation

Map<String, DatumTransformer> get transformers => _transformers;