json property

Socket json

Implementation

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