TwoFactorEnableResponse constructor

const TwoFactorEnableResponse({
  1. String? method,
  2. String? totpURI,
  3. @Default.new(<String>[]) List<String> backupCodes,
})

Implementation

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