any property

A permission that allows access to any file system resource.

Implementation

static final FilesystemReadPermission any =
    FilesystemReadPermission(RegExp('.*'));