Flutter
archive_io
FileHandle
isOpen property
isOpen
isOpen
property
Null safety
bool
isOpen
Implementation
bool get isOpen => _file != null;
Flutter
archive_io
FileHandle
isOpen property
FileHandle class
Constructors
FileHandle
Properties
hashCode
isOpen
length
path
position
runtimeType
Methods
close
noSuchMethod
open
readInto
toString
Operators
operator ==