add patient view arguments to make Icons visible or not
This commit is contained in:
parent
3aca8bb60f
commit
470311f4ec
1 changed files with 7 additions and 0 deletions
|
|
@ -7,3 +7,10 @@ class BusinessUpdateArguments {
|
|||
|
||||
BusinessUpdateArguments(this.signedInUser, this.businessUser);
|
||||
}
|
||||
|
||||
class PatientViewArguments {
|
||||
final AppUser signedInUser;
|
||||
final String type;
|
||||
|
||||
PatientViewArguments(this.signedInUser, this.type);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue