hasNextPage property

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

Indicates whether there is a next page of transactions available.

Implementation

@BuiltValueField(wireName: r'hasNextPage')
bool? get hasNextPage;