toJson method
Implementation
Map<String, dynamic> toJson() {
final fieldToMatch = this.fieldToMatch;
final textTransformation = this.textTransformation;
return {
'FieldToMatch': fieldToMatch,
'TextTransformation': textTransformation.toValue(),
};
}