menu
hx_base package
documentation
utils/HXUtils.dart
UrlInfoModel
UrlInfoModel.new constructor
UrlInfoModel.new constructor
dark_mode
light_mode
UrlInfoModel
constructor
UrlInfoModel
(
{
String
?
scheme
,
String
?
host
,
int
?
port
,
String
?
path
,
String
?
query
,
Map
?
queryParameters
,
})
Implementation
UrlInfoModel( {this.scheme, this.host, this.port, this.path, this.query, this.queryParameters});
hx_base package
documentation
utils/HXUtils
UrlInfoModel
UrlInfoModel.new constructor
UrlInfoModel class