from static method

YIMEnum_MessageState from(
  1. String? rawValue
)

Implementation

static YIMEnum_MessageState from(String? rawValue) => values.firstWhere((x) => x.rawValue == rawValue, orElse: () => UnKnown);