FileSystemFlags constructor

FileSystemFlags({
  1. bool create,
  2. bool exclusive,
})

Implementation

external factory FileSystemFlags({
  bool create,
  bool exclusive,
});