toJson method

Map<String, dynamic> toJson()

Implementation

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