AuthResponse<T extends Auth<AuthKeys>>.initial constructor

const AuthResponse<T extends Auth<AuthKeys>>.initial({
  1. String? msg,
  2. AuthType? type,
})

Implementation

const AuthResponse.initial({String? msg, AuthType? type})
    : this._(initial: true, msg: msg, type: type);