limit property

  1. @JsonKey(toJson: intToString)
int limit
inherited

Limit the number of results returned. Maximum value of 50

Implementation

@JsonKey(toJson: intToString)
int get limit => throw _privateConstructorUsedError;