toValue method

dynamic toValue()

Implementation

dynamic toValue() {
  RegisterStatusMapper.ensureInitialized();
  return MapperContainer.globals.toValue<RegisterStatus>(this);
}