size property

  1. @override
int get size
override

The size of the file system object.

Implementation

@override
int get size => fileStat.size;