CSSPath constructor

const CSSPath(
  1. String _value,
  2. List<_CSSPathCommand> _commands
)

Implementation

const CSSPath(this._value, this._commands);