LuaTable class
Constructors
- LuaTable.new(int nArr, int nRec)
Properties
-
arr
↔ List<
Object?> ? -
getter/setter pair
- changed ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
keys
↔ Map<
Object?, Object?> ? -
getter/setter pair
- lastKey ↔ Object?
-
getter/setter pair
-
map
↔ Map<
Object?, Object> ? -
getter/setter pair
- metatable ↔ LuaTable?
-
元表
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
expandArray(
) → void -
floatToInteger(
Object? key) → Object? -
get(
Object? key) → Object? -
hasMetafield(
String fieldName) → bool -
initKeys(
) → void -
length(
) → int -
nextKey(
Object? key) → Object? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
put(
Object? key, Object? val) → void -
shrinkArray(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited