TwoFactorEnableResponse constructor

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

Implementation

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