RunTaskRequest.fromJson constructor
RunTaskRequest.fromJson(
- Map json_
Implementation
RunTaskRequest.fromJson(core.Map json_)
: this(
responseView: json_['responseView'] as core.String?,
);