toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (minValidScore != null) 'minValidScore': minValidScore!,
  if (name != null) 'name': name!,
  if (siteSecret != null) 'siteSecret': siteSecret!,
  if (siteSecretSet != null) 'siteSecretSet': siteSecretSet!,
  if (tokenTtl != null) 'tokenTtl': tokenTtl!,
};