caseName method

String caseName()

Implementation

String caseName() {
  return toString().split('.').last;
}