CodeContent constructor
CodeContent({
- S3ContentLocation? s3ContentLocation,
- String? textContent,
- Uint8List? zipFileContent,
Implementation
CodeContent({
this.s3ContentLocation,
this.textContent,
this.zipFileContent,
});