BuildOutput constructor
Creates a BuildOutput from the given json
.
Implementation
BuildOutput(super.json)
: _syntax = syntax.BuildOutput.fromJson(json),
super._();
Creates a BuildOutput from the given json
.
BuildOutput(super.json)
: _syntax = syntax.BuildOutput.fromJson(json),
super._();