MutableDictBindings class

Inheritance

Constructors

MutableDictBindings(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

create() Pointer<FLMutableDict>
getMutableArray(Pointer<FLMutableDict> array, String key) Pointer<FLMutableArray>?
getMutableDict(Pointer<FLMutableDict> array, String key) Pointer<FLMutableDict>?
getSource(Pointer<FLMutableDict> dict) Pointer<FLDict>?
isChanged(Pointer<FLMutableDict> dict) bool
mutableCopy(Pointer<FLDict> source, Set<FLCopyFlag> flags) Pointer<FLMutableDict>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(Pointer<FLMutableDict> dict, String key) → void
removeAll(Pointer<FLMutableDict> dict) → void
set(Pointer<FLMutableDict> dict, String key) Pointer<FLSlot>
toString() String
A string representation of this object.
inherited

Operators

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