factory FieldToMatch.fromJson(Map<String, dynamic> json) { return FieldToMatch( type: (json['Type'] as String).toMatchFieldType(), data: json['Data'] as String?, ); }