menu
fluxer_dart package
documentation
models/sudo_mfa_methods_response.dart
SudoMfaMethodsResponse
SudoMfaMethodsResponse.new const constructor
SudoMfaMethodsResponse.new const constructor
dark_mode
light_mode
SudoMfaMethodsResponse
constructor
const
SudoMfaMethodsResponse
(
{
required
bool
totp
,
required
bool
webauthn
,
required
bool
hasMfa
,
})
Implementation
const SudoMfaMethodsResponse({ required this.totp, required this.webauthn, required this.hasMfa, });
fluxer_dart package
documentation
models/sudo_mfa_methods_response
SudoMfaMethodsResponse
SudoMfaMethodsResponse.new const constructor
SudoMfaMethodsResponse class