A list of nullable codepoints representing OTP input values.
Each element represents a character's Unicode codepoint, or null if not set.
typedef OTPCodepointList = List<int?>;