byId static method

FrequencyState? byId(
  1. String id
)

Implementation

static FrequencyState? byId(String id) => _all[id];