ReleasePackerDartCompileKernel constructor

ReleasePackerDartCompileKernel(
  1. String dartScript
)

Implementation

ReleasePackerDartCompileKernel(String dartScript)
    : super('compile', ['kernel', dartScript]);