toValue method

String toValue()

Implementation

String toValue() {
  DataOperationMapper.ensureInitialized();
  return MapperContainer.globals.toValue<DataOperation>(this) as String;
}