forked from yaso_meth/mih-project
add business object to calendarArgument
This commit is contained in:
@@ -173,9 +173,11 @@ class AuthArguments {
|
||||
class CalendarArguments {
|
||||
final AppUser signedInUser;
|
||||
final bool personalSelected;
|
||||
final Business? business;
|
||||
|
||||
CalendarArguments(
|
||||
this.signedInUser,
|
||||
this.personalSelected,
|
||||
this.business,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user