toJson method

Map<String, dynamic> toJson()

Implementation

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