from static method

YIMEnum_AttachmentType from(
  1. String? gbFZHadBJbQTKbkr
)

Implementation

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