toValue method

String toValue()

Implementation

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