toJson method

Map<String, dynamic> toJson()

Implementation

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