forked from Henry-Hiles/nexus
working sync complete
This commit is contained in:
parent
4862bf47c7
commit
97f2673b55
11 changed files with 61 additions and 100 deletions
|
|
@ -5,7 +5,7 @@ part "lazy_load_summary.g.dart";
|
|||
@freezed
|
||||
abstract class LazyLoadSummary with _$LazyLoadSummary {
|
||||
const factory LazyLoadSummary({
|
||||
required List<String> heroes,
|
||||
required List<String>? heroes,
|
||||
required int? joinedMemberCount,
|
||||
required int? invitedMemberCount,
|
||||
}) = _LazyLoadSummary;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue