toJson method

Map<String, dynamic> toJson()

Implementation

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