toUri method

Uri toUri()

Implementation

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