expand method

Uri expand(
  1. dynamic values
)

Expand the template into a Uri using the given values

Implementation

Uri expand(values) => value.expand(values);