LambdaDeviceMount constructor

LambdaDeviceMount({
  1. required String path,
  2. bool? addGroupOwner,
  3. LambdaFilesystemPermission? permission,
})

Implementation

LambdaDeviceMount({
  required this.path,
  this.addGroupOwner,
  this.permission,
});