valorPrincipalFormatado property

String get valorPrincipalFormatado

Valor principal formatado como moeda brasileira

Implementation

String get valorPrincipalFormatado {
  return FormatadorUtils.formatCurrency(valorPrincipal);
}