DefaultApplicationSettingAttempt constructor

DefaultApplicationSettingAttempt({
  1. String? attemptOutcome,
  2. String? packageName,
})

Implementation

DefaultApplicationSettingAttempt({this.attemptOutcome, this.packageName});