TransformerConfigMap constructor

TransformerConfigMap({
  1. String? copy,
  2. String? move,
  3. dynamic set,
  4. bool? enableToString,
})

Implementation

TransformerConfigMap({this.copy, this.move, this.set, this.enableToString});