toValue method

dynamic toValue()

Implementation

dynamic toValue() {
  DSSEnumsMapper.ensureInitialized();
  return MapperContainer.globals.toValue<DSSEnums>(this);
}