StoragePathGrant constructor

StoragePathGrant({
  1. required String path,
  2. bool readOnly = false,
})

Implementation

StoragePathGrant({required this.path, this.readOnly = false});