from static method

YIMEnum_QueryDirection from(
  1. String? yGIMtdiuWTdlDzjs
)

Implementation

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