CreateProtectionResponse constructor

CreateProtectionResponse({
  1. String? protectionId,
})

Implementation

CreateProtectionResponse({
  this.protectionId,
});