BuildParams constructor

BuildParams(
  1. String versionNumber,
  2. bool generateApk,
  3. String? outputPath,
  4. bool generateAab,
)

Implementation

BuildParams(
    this.versionNumber,
    this.generateApk,
    this.outputPath,
    this.generateAab,
    );