SyncPathGrant constructor

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

Implementation

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