DiveSource class

Inheritance
Implementers

Constructors

DiveSource({DiveInputType? inputType, String? name, DiveSettings? settings})

Properties

hashCode int
The hash code for this object.
read-onlyinherited
inputType DiveInputType?
final
monitoringType DiveCoreMonitoringType
Get the monitoring type.
read / write
name String?
final
pointer ↔ DivePointer?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
settings DiveSettings?
final
trackingUUID String
A RFC4122 V1 UUID (time-based)
read-onlyinherited
volume DiveCoreLevel
Get the volume level (dB).
read / write

Methods

dispose() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sourceDefaults() DiveSettings
toString() String
A string representation of this object.
override

Operators

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

Static Methods

create({DiveInputType? inputType, String? name, required DiveSettings settings}) DiveSource?
inputSourceDefaults(DiveInputType? inputType) DiveSettings