mirror of
https://github.com/nini22P/iris.git
synced 2026-09-08 16:58:05 +08:00
3 lines
89 B
Dart
3 lines
89 B
Dart
String fileSizeConvert(int fileSize) =>
|
|
(fileSize / 1024 / 1024).toStringAsFixed(2);
|