imageFilterJsonValue function

String imageFilterJsonValue(
  1. ImageFilterType filter
)

Implementation

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