ZModemFileInfo constructor
ZModemFileInfo({})
Implementation
ZModemFileInfo({
required this.pathname,
this.length,
this.modificationTime,
this.mode,
this.filesRemaining,
this.bytesRemaining,
});
ZModemFileInfo({
required this.pathname,
this.length,
this.modificationTime,
this.mode,
this.filesRemaining,
this.bytesRemaining,
});