toJson method

Map<String, dynamic> toJson()

Implementation

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