toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (appId != null) 'appId': appId!,
  if (createTime != null) 'createTime': createTime!,
  if (displayName != null) 'displayName': displayName!,
  if (hostUrl != null) 'hostUrl': hostUrl!,
  if (name != null) 'name': name!,
  if (peeredNetwork != null) 'peeredNetwork': peeredNetwork!,
  if (secrets != null) 'secrets': secrets!,
  if (sslCa != null) 'sslCa': sslCa!,
  if (webhookKey != null) 'webhookKey': webhookKey!,
};