ping method

Area ping(
  1. String p
)

Implementation

Area ping(String p) {
  attr('ping', StringAttribute(p));
  return this;
}