size property

int get size

Returns the file size.

Implementation

int get size => stat?.size ?? 0;