toStringValue static method
Implementation
static String toStringValue(GiphyStickersColumnCount type) {
return type.toString().split('.').last;
}
static String toStringValue(GiphyStickersColumnCount type) {
return type.toString().split('.').last;
}