DartSourceOutput constructor

DartSourceOutput({
  1. required String outputUrl,
  2. required String sourceCode,
})

Implementation

DartSourceOutput({
  required this.outputUrl,
  required this.sourceCode,
});