Add Calendar Argument Object
This commit is contained in:
parent
d59e9c1fd9
commit
b4882f3832
1 changed files with 10 additions and 0 deletions
|
|
@ -169,3 +169,13 @@ class AuthArguments {
|
||||||
this.firstBoot,
|
this.firstBoot,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class CalendarArguments {
|
||||||
|
final AppUser signedInUser;
|
||||||
|
final bool personalSelected;
|
||||||
|
|
||||||
|
CalendarArguments(
|
||||||
|
this.signedInUser,
|
||||||
|
this.personalSelected,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue