broadcast property

Socket broadcast

Implementation

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