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