parse method

dynamic parse(
  1. String uri
)

Implementation

parse(String uri) {
  _uri = uri;
}