countAsHumanReadable property

Future<String> get countAsHumanReadable

Implementation

Future<String> get countAsHumanReadable async => Format.numberToHumanReadable(await count);