fromType static method

List<DiveInput> fromType(
  1. String typeId
)

Implementation

static List<DiveInput> fromType(String typeId) =>
    obslib.inputsFromType(typeId).map(DiveInput.fromMap).toList();