parse static method

AccURL parse(
  1. String url
)

Implementation

static AccURL parse(String url) {
  return AccURL(url);
}