menu
humanize package
documentation
i18n.dart
HumanizeI18n
fileSize method
fileSize method
dark_mode
light_mode
fileSize
method
String
fileSize
(
num
bytes
, {
int
precision
=
1
,
})
Implementation
String fileSize(num bytes, {int precision = 1}) => hz.filesizeformat(bytes, precision: precision);
humanize package
documentation
i18n
HumanizeI18n
fileSize method
HumanizeI18n class