DiveSource class

Inheritance
Implementers

Constructors

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

Properties

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

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