AuthenticationSuccess constructor

const AuthenticationSuccess(
  1. String displayName,
  2. String role
)

Implementation

const AuthenticationSuccess(this.displayName,this.role);