Url constructor
const
Url({})
Implementation
@JsonSerializable(
explicitToJson: true,
anyMap: true,
includeIfNull: false,
)
const factory Url({
String? raw,
String? protocol,
List<String>? host,
List<String>? path,
List<Query>? query,
}) = _Url;