DartCode constructor

DartCode(
  1. String result,
  2. List<Warning> warnings
)

Implementation

DartCode(super.result, super.warnings);