OTPFormContent constructor

const OTPFormContent({
  1. Key? key,
  2. required OTPLoginViewModel model,
})

Implementation

const OTPFormContent({super.key, required this.model});