menu
kdl package
documentation
kdl.dart
KdlUrlTemplate
expand method
expand method
dark_mode
light_mode
expand
method
Uri
expand
(
dynamic
values
)
Expand the template into a Uri using the given values
Implementation
Uri expand(values) => value.expand(values);
kdl package
documentation
kdl
KdlUrlTemplate
expand method
KdlUrlTemplate class