toJson method

Map<String, dynamic> toJson()

Implementation

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