fetch property
Loads one page of this relation, already parsed — bound by the caller to
ResourceViewProvider.loadRelation. page defaults to 1 here (this
section only ever shows the first page); RelationListScreen reuses the
same signature to page further.
Implementation
final Future<PaginatedRecords> Function({int page}) fetch;