withSymlinkFollow method

TypesPathFlags withSymlinkFollow(
  1. bool value
)

Implementation

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