PcAccountDetails.fromJson constructor

PcAccountDetails.fromJson(
  1. Map json_
)

Implementation

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