toJson method
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,
};
}