ping method

A ping(
  1. String urls
)

Implementation

A ping(String urls) {
  attr('ping', StringAttribute(urls));
  return this;
}