toStringValue static method
Converts a GiphyIndicatorStyle enum value to its string representation.
type
The GiphyIndicatorStyle value to be converted.
Returns the string representation of the given GiphyIndicatorStyle value.
Implementation
static String toStringValue(GiphyIndicatorStyle type) {
return type.toString().split('.').last;
}