coords function

Attribute<CoordsAttr> coords(
  1. String value
)

Implementation

Attribute<CoordsAttr> coords(String value) {
  return Attribute('coords', value);
}