LambdaDeviceMount constructor
LambdaDeviceMount({
- required String path,
- bool? addGroupOwner,
- LambdaFilesystemPermission? permission,
Implementation
LambdaDeviceMount({
required this.path,
this.addGroupOwner,
this.permission,
});