toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final columnMappings = this.columnMappings;
final entry = this.entry;
final name = this.name;
return {'columnMappings': ?columnMappings, 'entry': ?entry, 'name': ?name};
}