toValue method

String toValue()

Implementation

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