fromString static method

Priority fromString(
  1. String i
)

Implementation

static Priority fromString(String i) => types[i]!;