OutputConfig constructor

OutputConfig({
  1. required String s3OutputLocation,
  2. String? compilerOptions,
  3. String? kmsKeyId,
  4. TargetDevice? targetDevice,
  5. TargetPlatform? targetPlatform,
})

Implementation

OutputConfig({
  required this.s3OutputLocation,
  this.compilerOptions,
  this.kmsKeyId,
  this.targetDevice,
  this.targetPlatform,
});