Dive class
Constructors
-
Dive(String hash, {required int? diveTime, required double? maxDepth, required double? avgDepth, required double? atmospheric, required double? temperatureSurface, required double? temperatureMinimum, required double? temperatureMaximum, required int? diveMode, required DateTime? dateTime, required Salinity? salinity, required List<
Gasmix> ? gasmixes, required List<Tank> ? tanks, required List<Sample> samples})
Properties
- atmospheric → double?
-
final
- avgDepth → double?
-
final
- dateTime → DateTime?
-
final
- diveMode → int?
-
final
- diveTime → int?
-
final
-
gasmixes
→ List<
Gasmix> ? -
final
- hash → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxDepth → double?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- salinity → Salinity?
-
final
-
samples
→ List<
Sample> -
final
-
tanks
→ List<
Tank> ? -
final
- temperatureMaximum → double?
-
final
- temperatureMinimum → double?
-
final
- temperatureSurface → double?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited