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 (ownerDomain != null) 'ownerDomain': ownerDomain!,
    };