DivePointer class

Wrap an obslib pointer in a Dart class.

Implementers

Constructors

DivePointer(String? trackingUuid, dynamic pointer)
const

Properties

address int
no setter
hashCode int
The hash code for this object.
no setterinherited
isNull bool
no setter
pointer → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trackingUuid String?
final

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