AuthStoreEvent constructor

AuthStoreEvent(
  1. String token,
  2. dynamic model
)

Implementation

AuthStoreEvent(this.token, this.model);