shape method

Area shape(
  1. String s
)

Implementation

Area shape(String s) {
  attr('shape', StringAttribute(s));
  return this;
}