isGroupWritable property

bool isGroupWritable

Implementation

bool get isGroupWritable => mode & S_IWGRP == S_IWGRP;