stateFor method

FrequencyState? stateFor(
  1. String stateId
)

Implementation

FrequencyState? stateFor(String stateId) => StateCatalog.byId(stateId);