toStringValue static method

String toStringValue(
  1. GiphyStickersColumnCount type
)

Implementation

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