maxResults property

  1. @JsonKey(name: 'max_results')
int get maxResults
inherited

The number of maximum search results to return. Default is 5.

Implementation

@JsonKey(name: 'max_results')
int get maxResults => throw _privateConstructorUsedError;