toPercent method

String toPercent()

Implementation

String toPercent() {
  return '$this %';
}