PcTestingDetails.fromJson constructor
PcTestingDetails.fromJson(
- Map json_
Implementation
PcTestingDetails.fromJson(core.Map json_)
: this(isTestingResponse: json_['isTestingResponse'] as core.bool?);