EewDepth constructor

EewDepth({
  1. required String type,
  2. required String unit,
  3. required int? value,
  4. required EewDepthCondition? condition,
})

Implementation

EewDepth({
  required this.type,
  required this.unit,
  required this.value,
  required this.condition,
});