AccountDetails constructor

AccountDetails({
  1. required String appLicensingVerdict,
})

Implementation

AccountDetails({
  required this.appLicensingVerdict,
});