DiveInput constructor

DiveInput({
  1. String? name,
  2. required String id,
  3. required String typeId,
})

Implementation

DiveInput({this.name, required this.id, required this.typeId});