MutableArrayBindings class

Inheritance

Constructors

MutableArrayBindings(Bindings parent)

Properties

hashCode int
The hash code for this object.
no setterinherited
libs DynamicLibraries
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

append(Pointer<FLMutableArray> array) Pointer<FLSlot>
create() Pointer<FLMutableArray>
getMutableArray(Pointer<FLMutableArray> array, int index) Pointer<FLMutableArray>?
getMutableDict(Pointer<FLMutableArray> array, int index) Pointer<FLMutableDict>?
getSource(Pointer<FLMutableArray> array) Pointer<FLArray>?
insert(Pointer<FLMutableArray> array, int index, int count) → void
isChanged(Pointer<FLMutableArray> array) bool
mutableCopy(Pointer<FLArray> array, Set<FLCopyFlag> flags) Pointer<FLMutableArray>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(Pointer<FLMutableArray> array, int firstIndex, int count) → void
resize(Pointer<FLMutableArray> array, int size) → void
set(Pointer<FLMutableArray> array, int index) Pointer<FLSlot>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited