toLacs method

String toLacs()

Implementation

String toLacs() {
  return '${(double.parse(this) / 100000).toStringAsFixed(2)}';
}