get [`is${name}`]() { warnDeprecation(`.is${name} is deprecated. Use ${name}.hasInstance(value) instead to check if a value belongs to the ADT variant.`); return true; }