toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (buildVersion != null) 'buildVersion': buildVersion!,
if (displayVersion != null) 'displayVersion': displayVersion!,
if (distributedAt != null) 'distributedAt': distributedAt!,
if (id != null) 'id': id!,
if (instanceId != null) 'instanceId': instanceId!,
if (lastActivityAt != null) 'lastActivityAt': lastActivityAt!,
if (openInvitationCount != null)
'openInvitationCount': openInvitationCount!,
if (receivedAt != null) 'receivedAt': receivedAt!,
if (releaseNotesSummary != null)
'releaseNotesSummary': releaseNotesSummary!,
if (testerCount != null) 'testerCount': testerCount!,
if (testerWithInstallCount != null)
'testerWithInstallCount': testerWithInstallCount!,
};