DartStyleExpression constructor

DartStyleExpression(
  1. int? _styleType,
  2. SourceSpan? span
)

Implementation

DartStyleExpression(this._styleType, SourceSpan? span) : super(span);