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