d method

Path d(
  1. String value
)

Implementation

Path d(String value) {
  attr('d', StringAttribute(value));
  return this;
}