AccountDetails constructor

AccountDetails({
  1. String? appLicensingVerdict,
})

Implementation

AccountDetails({
  this.appLicensingVerdict,
});