hasNext property

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

Indicates whether there are more items on the next page.

Implementation

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