BPConfig constructor
BPConfig({
- PlatformConfig? android,
- PlatformConfig? ios,
- PlatformConfig? linux,
- PlatformConfig? macos,
- PlatformConfig? web,
- PlatformConfig? windows,
- String? xcodeDerivedKey,
- String? preBuildCommand,
- String? postBuildCommand,
- required bool cleanFlutter,
- required bool printstdout,
- required DateTime timestamp,
- required String version,
- required bool generateLog,
- required String buildVersion,
- required List<
String> cmdArgs,
Implementation
BPConfig({
this.android,
this.ios,
this.linux,
this.macos,
this.web,
this.windows,
this.xcodeDerivedKey,
this.preBuildCommand,
this.postBuildCommand,
required this.cleanFlutter,
required this.printstdout,
required this.timestamp,
required this.version,
required this.generateLog,
required this.buildVersion,
required this.cmdArgs,
});