Creates a Variant holding a Uint64 value.
@pragma('vm:prefer-inline') static VariantUint64 uint64(int value) => VariantUint64(value);