toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (displayName != null) 'displayName': displayName!,
if (idToken != null) 'idToken': idToken!,
if (playerId != null) 'playerId': playerId!,
if (publicKeyUrl != null) 'publicKeyUrl': publicKeyUrl!,
if (salt != null) 'salt': salt!,
if (signature != null) 'signature': signature!,
if (tenantId != null) 'tenantId': tenantId!,
if (timestamp != null) 'timestamp': timestamp!,
};