menu
flutter_code_scanner package
documentation
ai_barcode_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, });
flutter_code_scanner package
documentation
ai_barcode_scanner
UrlBookmark
UrlBookmark.new const constructor
UrlBookmark class