next property

  1. @BuiltValueField.new(wireName: r'next')
LinksElement? get next

The next page. Only present if there is a next page.

Implementation

@BuiltValueField(wireName: r'next')
LinksElement? get next;