toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (authClaims != null) 'authClaims': authClaims!,
if (includeDebugDetails != null)
'includeDebugDetails': includeDebugDetails!,
if (unauthenticated != null) 'unauthenticated': unauthenticated!,
};