add business object to calendarArgument
This commit is contained in:
parent
d0a67e5039
commit
f9055f3f05
1 changed files with 2 additions and 0 deletions
|
|
@ -173,9 +173,11 @@ class AuthArguments {
|
|||
class CalendarArguments {
|
||||
final AppUser signedInUser;
|
||||
final bool personalSelected;
|
||||
final Business? business;
|
||||
|
||||
CalendarArguments(
|
||||
this.signedInUser,
|
||||
this.personalSelected,
|
||||
this.business,
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue