formatDoubleZero method

String formatDoubleZero()

Implementation

String formatDoubleZero() {
  return formatDouble(nullTxt: "0.00");
}