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