SymbolicLink constructor
SymbolicLink({
- String? absolutePath,
- String? blobId,
- FileModeTypeEnum? fileMode,
- String? relativePath,
Implementation
SymbolicLink({
this.absolutePath,
this.blobId,
this.fileMode,
this.relativePath,
});