DictBindings class

Inheritance

Constructors

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

asMutable(Pointer<FLDict> dict) Pointer<FLMutableDict>?
count(Pointer<FLDict> dict) int
get(Pointer<FLDict> dict, String key) Pointer<FLValue>?
getWithFLString(Pointer<FLDict> dict, FLString key) Pointer<FLValue>?
isEmpty(Pointer<FLDict> dict) bool
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