toJson method

Map<String, dynamic> toJson()

Implementation

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