toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (customerKmsKeyVersion != null)
    'customerKmsKeyVersion': customerKmsKeyVersion!,
  if (googleKeyAlgorithm != null) 'googleKeyAlgorithm': googleKeyAlgorithm!,
  if (googlePublicKeyPem != null) 'googlePublicKeyPem': googlePublicKeyPem!,
  if (serializedApprovalRequest != null)
    'serializedApprovalRequest': serializedApprovalRequest!,
  if (signature != null) 'signature': signature!,
};