toJson method

Map<String, dynamic> toJson()

Implementation

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