FileEntry constructor

FileEntry({
  1. String? mno,
  2. String? kind,
  3. Uint8List? mime,
  4. String? text,
})

Implementation

FileEntry({this.mno, this.kind, this.mime, this.text});