SlotBindings class

Inheritance

Constructors

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBool(Pointer<FLSlot> slot, bool value) → void
setData(Pointer<FLSlot> slot, Data value) → void
setDouble(Pointer<FLSlot> slot, double value) → void
setInt(Pointer<FLSlot> slot, int value) → void
setNull(Pointer<FLSlot> slot) → void
setString(Pointer<FLSlot> slot, String value) → void
setValue(Pointer<FLSlot> slot, Pointer<FLValue> value) → void
toString() String
A string representation of this object.
inherited

Operators

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