isRef property

bool get isRef

Query if the stored value is of type LuaObject.

Implementation

bool get isRef => _value is LuaObject;