Flutter
archive_io
Archive
numberOfFiles method
numberOfFiles
numberOfFiles
method
Null safety
int
numberOfFiles
(
)
The number of files in the archive.
Implementation
int numberOfFiles() { return files.length; }
Flutter
archive_io
Archive
numberOfFiles method
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 []