toValue method
Implementation
String toValue() {
FileTypeMapper.ensureInitialized();
return MapperContainer.globals.toValue<FileType>(this) as String;
}
String toValue() {
FileTypeMapper.ensureInitialized();
return MapperContainer.globals.toValue<FileType>(this) as String;
}