toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (actor != null) 'actor': actor!,
  if (etag != null) 'etag': etag!,
  if (events != null) 'events': events!,
  if (id != null) 'id': id!,
  if (ipAddress != null) 'ipAddress': ipAddress!,
  if (kind != null) 'kind': kind!,
  if (networkInfo != null) 'networkInfo': networkInfo!,
  if (ownerDomain != null) 'ownerDomain': ownerDomain!,
  if (resourceDetails != null) 'resourceDetails': resourceDetails!,
};