imageFilterJsonValue function
- ImageFilterType filter
Implementation
String imageFilterJsonValue(ImageFilterType filter) {
return filter.toString().replaceFirst('ImageFilterType.', '');
}
String imageFilterJsonValue(ImageFilterType filter) {
return filter.toString().replaceFirst('ImageFilterType.', '');
}