buildDouble method

String buildDouble()

Implementation

String buildDouble() {
  return toStringAsFixed(2);
}