toValue method

dynamic toValue()

Implementation

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