BarcodeUrl class
Stores url info of the bookmark obtained from a barcode.
- Inheritance
-
- Object
- BarcodeValue
- BarcodeUrl
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
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