toLacs method

String toLacs()

Implementation

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