Flutter
archive_io
Archive
length property
length
length
property
Null safety
int
length
override
The number of files in the archive.
Implementation
@override int get length => files.length;
Flutter
archive_io
Archive
length property
Archive class
Constructors
Archive
Properties
comment
files
first
hashCode
isEmpty
isNotEmpty
iterator
last
length
runtimeType
single
Methods
addFile
any
cast
clear
contains
elementAt
every
expand
fileData
fileName
fileSize
findFile
firstWhere
fold
followedBy
forEach
join
lastWhere
map
noSuchMethod
numberOfFiles
reduce
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
toString
where
whereType
Operators
operator ==
operator []