currencyFormat property

String get currencyFormat

Implementation

String get currencyFormat {
  return (safeValue / 100).toStringAsFixed(2);
}