toStringValue static method

String toStringValue(
  1. GiphyDirection type
)

Implementation

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