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