AuthState constructor

const AuthState(
  1. AuthChangeEvent event,
  2. Session? session, {
  3. bool fromBroadcast = false,
})

Implementation

const AuthState(this.event, this.session, {this.fromBroadcast = false});