OTPCodepointList typedef

OTPCodepointList = List<int?>

A list of nullable codepoints representing OTP input values.

Each element represents a character's Unicode codepoint, or null if not set.

Implementation

typedef OTPCodepointList = List<int?>;