TwoFactorVerifyBody constructor

const TwoFactorVerifyBody({
  1. required String code,
  2. bool? trustDevice,
})

Implementation

const factory TwoFactorVerifyBody({required String code, bool? trustDevice}) =
    _TwoFactorVerifyBody;