fromJson static method

PhaseSequence fromJson(
  1. String json
)

Implementation

static PhaseSequence fromJson(String json) => values.byName(json);