CodeContentUpdate constructor

CodeContentUpdate({
  1. S3ContentLocationUpdate? s3ContentLocationUpdate,
  2. String? textContentUpdate,
  3. Uint8List? zipFileContentUpdate,
})

Implementation

CodeContentUpdate({
  this.s3ContentLocationUpdate,
  this.textContentUpdate,
  this.zipFileContentUpdate,
});