Url constructor
Url([
- void b()?
Creates a new Url object using the builder pattern.
Implementation
factory Url([void Function(UrlBuilder)? b]) = _$Url;
Creates a new Url object using the builder pattern.
factory Url([void Function(UrlBuilder)? b]) = _$Url;