toValue method

String toValue()

Implementation

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