BarcodeUrl class

Stores url info of the bookmark obtained from a barcode.

Inheritance

Constructors

BarcodeUrl({String? url, String? title})
Constructor to create an instance of BarcodeUrl.
BarcodeUrl.fromJson(Map json)
Returns an instance of BarcodeUrl from a given json.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
Title of the bookmark.
final
url String?
String having the url address of bookmark.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited