toValue method

String toValue()

Implementation

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