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