AccountState constructor

AccountState(
  1. AccountStateAction accountStateAction,
  2. bool success,
  3. String? error
)

Implementation

AccountState(this.accountStateAction, this.success, this.error);