TArchiveFile constructor

TArchiveFile(
  1. String name,
  2. Uint8List data
)

Implementation

TArchiveFile(this.name, this.data);