FunctionCode constructor

FunctionCode({
  1. String? imageUri,
  2. String? s3Bucket,
  3. String? s3Key,
  4. String? s3ObjectVersion,
  5. Uint8List? zipFile,
})

Implementation

FunctionCode({
  this.imageUri,
  this.s3Bucket,
  this.s3Key,
  this.s3ObjectVersion,
  this.zipFile,
});