DartStyleExpression constructor
DartStyleExpression(
- int? _styleType,
- SourceSpan? span
Implementation
DartStyleExpression(this._styleType, SourceSpan? span) : super(span);
DartStyleExpression(this._styleType, SourceSpan? span) : super(span);