toJson method

Map<String, dynamic> toJson()

Implementation

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