AccountState constructor
AccountState(
- AccountStateAction accountStateAction,
- bool success,
- String? error
Implementation
AccountState(this.accountStateAction, this.success, this.error);