Convert to percentage string
String toPercentage({int decimals = 1}) { return '${(this).toStringAsFixed(decimals)}%'; }