toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (etag != null) 'etag': etag!,
if (id != null) 'id': id!,
if (profileMetadata != null) 'profileMetadata': profileMetadata!,
if (type != null) 'type': type!,
if (updateTime != null) 'updateTime': updateTime!,
};