forked from Henry-Hiles/nexus
wip
This commit is contained in:
parent
92eedc92ab
commit
c2214fcc44
15 changed files with 186 additions and 89 deletions
|
|
@ -8,6 +8,7 @@ part "paginate.g.dart";
|
|||
abstract class Paginate with _$Paginate {
|
||||
const factory Paginate({
|
||||
required IList<Event> events,
|
||||
required IList<Event> relatedEvents,
|
||||
required bool hasMore,
|
||||
}) = _Paginate;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue