PutFileEntry constructor
PutFileEntry({
- required String filePath,
- Uint8List? fileContent,
- FileModeTypeEnum? fileMode,
- SourceFileSpecifier? sourceFile,
Implementation
PutFileEntry({
required this.filePath,
this.fileContent,
this.fileMode,
this.sourceFile,
});