ObjRefBuilder class

A builder for ObjRef

Properties

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

Methods

build() ObjRef
drop() → void
Manually drops the object and unregisters the FinalizableHandle.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
position(String position) → void
set position of element position: top-left/top-middle/top-right/center-left/center-middle/center-right/bottom-left/bottom-middle/bottom-right
reference(RefDetails reference) → void
change ref details
toString() String
A string representation of this object.
inherited
unsetPosition() → void
empty position of element

Operators

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