toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (authToken != null) 'authToken': authToken!,
if (entitlements != null) 'entitlements': entitlements!,
if (requestId != null) 'requestId': requestId!,
};