toUri method

Uri toUri([
  1. int start = 0,
  2. int? end
])

Implementation

Uri toUri([int start = 0, int? end]) => Uri.parse(this, start, end);