menu
module_bridge package
documentation
annotation/url.dart
Url
Url.new const constructor
Url.new const constructor
dark_mode
light_mode
Url
constructor
const
Url
(
{
required
String
url
,
String
desc
=
''
,
})
Implementation
const Url({required this.url, this.desc = ''});
module_bridge package
documentation
annotation/url
Url
Url.new const constructor
Url class