MastodonPage<T> constructor
Creates with items as the page contents, and nextMaxId and prevMinId
as pagination cursors.
Implementation
const MastodonPage({
required this.items,
this.nextMaxId,
this.prevMinId,
});
Creates with items as the page contents, and nextMaxId and prevMinId
as pagination cursors.
const MastodonPage({
required this.items,
this.nextMaxId,
this.prevMinId,
});