InputOTPKey typedef

InputOTPKey = FormKey<List<int?>>

Form key type for OTP input fields with lists of nullable integers.

Implementation

typedef InputOTPKey = FormKey<List<int?>>;