menu
dive_computer package
documentation
types/dive.dart
Deco
Deco constructor
Deco constructor
dark_mode
light_mode
Deco
constructor
Deco
(
int
type
,
int
time
,
double
depth
,
int
tts
,
)
Implementation
Deco(this.type, this.time, this.depth, this.tts);
dive_computer package
documentation
types/dive
Deco
Deco constructor
Deco class