toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (host != null) 'host': host!,
      if (port != null) 'port': port!,
      if (serviceAttachment != null) 'serviceAttachment': serviceAttachment!,
    };