length property Null safety

int length
override

The number of files in the archive.

Implementation

@override
int get length => files.length;