forked from yaso_meth/mih-project
add arguments file with businessUserScreenArguments object
This commit is contained in:
9
Frontend/patient_manager/lib/objects/arguments.dart
Normal file
9
Frontend/patient_manager/lib/objects/arguments.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
import 'package:patient_manager/objects/appUser.dart';
|
||||
import 'package:patient_manager/objects/businessUser.dart';
|
||||
|
||||
class BusinessUserScreenArguments {
|
||||
final AppUser signedInUser;
|
||||
final BusinessUser? businessUser;
|
||||
|
||||
BusinessUserScreenArguments(this.signedInUser, this.businessUser);
|
||||
}
|
||||
Reference in New Issue
Block a user