from static method

YIMEnum_MessageState from(
  1. String? jbAEGUKOKAZYuxbt
)

Implementation

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