toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (encryptionType != null) 'encryptionType': encryptionType!,
  if (kmsKeyPrimaryState != null) 'kmsKeyPrimaryState': kmsKeyPrimaryState!,
  if (kmsKeyVersions != null) 'kmsKeyVersions': kmsKeyVersions!,
  if (lastUpdateTime != null) 'lastUpdateTime': lastUpdateTime!,
};