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