Creates a Variant holding a Uint8 value.
@pragma('vm:prefer-inline') static VariantUint8 uint8(int value) => VariantUint8(value);