fileTotalSize property

int fileTotalSize

文件大小 File.lengthSync

Implementation

int get fileTotalSize => File(localPath).lengthSync();