isOpen property

bool get isOpen

True if the file is currently open.

Implementation

bool get isOpen => file.isOpen;