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