othersPermissions property

Set<FileStatPermission> get othersPermissions

Implementation

Set<FileStatPermission> get othersPermissions =>
    _fromBitmask(permissions & 0xF00);