page property

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

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

Implementation

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