TaskExecution.fromJson constructor
TaskExecution.fromJson(
- Map json_
Implementation
TaskExecution.fromJson(core.Map json_)
: this(
exitCode: json_['exitCode'] as core.int?,
);
TaskExecution.fromJson(core.Map json_)
: this(
exitCode: json_['exitCode'] as core.int?,
);