String toFileSizeLabel({int asFixed = 2}) { return statSync().size.toDouble().toFileSizeLabel(asFixed: asFixed); }