FileSystemConfig constructor

FileSystemConfig({
  1. required String arn,
  2. required String localMountPath,
})

Implementation

FileSystemConfig({
  required this.arn,
  required this.localMountPath,
});