DefaultAccountState constructor

const DefaultAccountState({
  1. required AccountState accountState,
})

Implementation

const DefaultAccountState({required this.accountState});