coords method

Area coords(
  1. String c
)

Implementation

Area coords(String c) {
  attr('coords', StringAttribute(c));
  return this;
}