TwoFactorEnableResponse constructor
const
TwoFactorEnableResponse({})
Implementation
const factory TwoFactorEnableResponse({
String? method,
String? totpURI,
@Default(<String>[]) List<String> backupCodes,
}) = _TwoFactorEnableResponse;