toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final newNamePattern = this.newNamePattern;
  final sourceNameTransformation = this.sourceNameTransformation;
  return {
    'newNamePattern': ?newNamePattern,
    'sourceNameTransformation': ?sourceNameTransformation,
  };
}