hasPrevious property

  1. @BuiltValueField.new(wireName: r'hasPrevious')
bool get hasPrevious

Indicates whether there are more items on the previous page.

Implementation

@BuiltValueField(wireName: r'hasPrevious')
bool get hasPrevious;