Creates a Variant holding a Uint16 value.
@pragma('vm:prefer-inline') static VariantUint16 uint16(int value) => VariantUint16(value);