$RuntimeRequest.fromJson constructor
$RuntimeRequest.fromJson(
- Map json_
Implementation
$RuntimeRequest.fromJson(core.Map json_)
: this(requestId: json_['requestId'] as core.String?);
$RuntimeRequest.fromJson(core.Map json_)
: this(requestId: json_['requestId'] as core.String?);