nextCursor property

String? get nextCursor

Implementation

String? get nextCursor => _$this._nextCursor;
set nextCursor (String? nextCursor)

Implementation

set nextCursor(String? nextCursor) => _$this._nextCursor = nextCursor;