BuildOutput constructor

BuildOutput(
  1. Map<String, Object?> json
)

Creates a BuildOutput from the given json.

Implementation

BuildOutput(super.json)
  : _syntax = syntax.BuildOutput.fromJson(json),
    super._();