PcAccountDetails.fromJson constructor
PcAccountDetails.fromJson(
- Map json_
Implementation
PcAccountDetails.fromJson(core.Map json_)
: this(appLicensingVerdict: json_['appLicensingVerdict'] as core.String?);