format property

String format
final

Set the format of aggregated result values.

Example)

format: 'Android: #,###', // Android: 100 (if the result is 100)
format: '#,###.###', // 1,000,000.123 (expressed to 3 decimal places)

Implementation

final String format;