toUri method

Uri toUri()

Parses a String Uri

Implementation

Uri toUri() {
  return Uri.parse(this);
}