Add Wallet Argument Object
This commit is contained in:
parent
7739b63f36
commit
35e10df927
1 changed files with 10 additions and 0 deletions
|
|
@ -197,3 +197,13 @@ class PatManagerArguments {
|
||||||
this.businessUser,
|
this.businessUser,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class WalletArguments {
|
||||||
|
final AppUser signedInUser;
|
||||||
|
final int index;
|
||||||
|
|
||||||
|
WalletArguments(
|
||||||
|
this.signedInUser,
|
||||||
|
this.index,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue