from static method

YIMEnum_MessageState from(
  1. String? yGIMtdiuWTdlDzjs
)

Implementation

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