skipSemanitcs property
bool
get
skipSemanitcs
A reference object to a LuaObjectNoSemantics type should be treated transitively as a LuaObjectNoSemantics type.
Implementation
bool get skipSemanitcs =>
this is LuaObjectNoSemantics ||
switch (isRef) {
true => deref().skipSemanitcs,
false => false,
};