menu
dive_computer package
documentation
types/dive.dart
Deco
Deco.new constructor
Deco.new 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.new constructor
Deco class