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