toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (caPools != null) 'caPools': caPools!,
  if (keyAlgorithm != null) 'keyAlgorithm': keyAlgorithm!,
  if (lifetime != null) 'lifetime': lifetime!,
  if (rotationWindowPercentage != null)
    'rotationWindowPercentage': rotationWindowPercentage!,
};