transformers property

Map<String, DataTransformer> transformers

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

Implementation

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