static String toStringAsFixed(double v, [int fractionDigits = 2]) { return v.toStringAsFixed(fractionDigits); }