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

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

Implementation

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