any property

Allows all filesystem operations on any path.

Implementation

static final FilesystemPermission any = FilesystemPermission._(
  null,
  true,
  true,
  true,
);