StyletDirective constructor

StyletDirective(
  1. String dartClassName,
  2. List<TreeNode> rules,
  3. SourceSpan? span
)

Implementation

StyletDirective(this.dartClassName, this.rules, SourceSpan? span)
    : super(span);