Achievement constructor

Achievement({
  1. String? androidID,
  2. String iOSID = "",
  3. bool showsCompletionBanner = true,
  4. double percentComplete = 100,
  5. int steps = 0,
})

Implementation

Achievement(
    {this.androidID, this.iOSID = "", this.showsCompletionBanner = true, this.percentComplete = 100, this.steps = 0});