perPage property

  1. @BuiltValueField(wireName: r'per_page')
String? perPage

The number of entries to return per page, if paginated. If this parameter is not present with the page parameter then the results will be returned un-paged.

Implementation

@BuiltValueField(wireName: r'per_page')
String? get perPage;