OutputConfig constructor
OutputConfig({
- required String s3OutputLocation,
- String? compilerOptions,
- String? kmsKeyId,
- TargetDevice? targetDevice,
- TargetPlatform? targetPlatform,
Implementation
OutputConfig({
required this.s3OutputLocation,
this.compilerOptions,
this.kmsKeyId,
this.targetDevice,
this.targetPlatform,
});