factory AccountDetails.fromJson(Map<String, dynamic> json) => AccountDetails( appLicensingVerdict: json["appLicensingVerdict"], );