withSymlinkFollow method
Implementation
TypesPathFlags withSymlinkFollow(bool value) {
return TypesPathFlags(value ? representation | 0x1 : representation & ~0x1);
}
TypesPathFlags withSymlinkFollow(bool value) {
return TypesPathFlags(value ? representation | 0x1 : representation & ~0x1);
}