toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final maxResults = this.maxResults;
  final model = this.model;
  final type = this.type;
  return {'maxResults': ?maxResults, 'model': ?model, 'type': ?type};
}