volatile property

Socket volatile

Implementation

Socket get volatile {
  flags = flags ?? {};
  flags!['volatile'] = true;
  return this;
}