SftpFileEntry constructor
const
SftpFileEntry({
- required String path,
- required SftpFileType type,
- int? size,
- DateTime? modifiedAt,
Implementation
const SftpFileEntry({
required this.path,
required this.type,
this.size,
this.modifiedAt,
});