Scope class
Properties
Methods
-
defVar(
String id, Object? value) → LuaObject -
dump(
) → void -
findVar(
String id) → LuaObject? -
findVarArgs(
) → List< LuaObject> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited