toValue method

dynamic toValue()

Implementation

dynamic toValue() {
  StatusMapper.ensureInitialized();
  return MapperContainer.globals.toValue<Status>(this);
}