DivePointer class
Wrap an obslib pointer in a Dart class.
- Implementers
Constructors
- DivePointer.new(String? trackingUuid, dynamic pointer)
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
releasePointer(
) → void - Release, or free, the pointer.
-
toInt(
) → int -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited