CodeContent constructor

CodeContent({
  1. S3ContentLocation? s3ContentLocation,
  2. String? textContent,
  3. Uint8List? zipFileContent,
})

Implementation

CodeContent({
  this.s3ContentLocation,
  this.textContent,
  this.zipFileContent,
});