dir method

Bdo dir(
  1. String d
)

Implementation

Bdo dir(String d) {
  attr('dir', StringAttribute(d));
  return this;
}