change class name to BusinessUpdateArguments
This commit is contained in:
parent
2b13ec5a31
commit
f688f56d62
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import 'package:patient_manager/objects/appUser.dart';
|
||||
import 'package:patient_manager/objects/businessUser.dart';
|
||||
|
||||
class BusinessUserScreenArguments {
|
||||
class BusinessUpdateArguments {
|
||||
final AppUser signedInUser;
|
||||
final BusinessUser? businessUser;
|
||||
|
||||
BusinessUserScreenArguments(this.signedInUser, this.businessUser);
|
||||
BusinessUpdateArguments(this.signedInUser, this.businessUser);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue