toJson method

Map<String, dynamic> toJson()

Implementation

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