expand method

  1. @override
Uri expand(
  1. Map<String, Object> parameters
)
override

Returns the Uri generated by this pattern for the given parameters.

Implementation

@override
Uri expand(Map<String, Object> parameters) =>
    Uri.parse(template.expand(parameters));