length property

  1. @override
int length
override

The number of files in the archive.

Implementation

@override
int get length => _files.length;