StylesCompileResult constructor

StylesCompileResult(
  1. List<Statement> statements,
  2. String stylesVar
)

Implementation

StylesCompileResult(this.statements, this.stylesVar);