menu
u package
documentation
utilities.dart
UrlBookmark
UrlBookmark.new const constructor
UrlBookmark.new const constructor
dark_mode
light_mode
UrlBookmark
constructor
const
UrlBookmark
(
{
required
String
url
,
String
?
title
,
})
Construct a new
UrlBookmark
instance.
Implementation
const UrlBookmark({required this.url, this.title});
u package
documentation
utilities
UrlBookmark
UrlBookmark.new const constructor
UrlBookmark class