String percentFormat([int fractionDigits = 2]) { return '${safeValue.toStringAsFixed(fractionDigits)}%'; }