Barcode class

barcode class holds the rfid tag data

Constructors

Barcode({required String barcode, required String format, required String seen, required Interfaces interface})
Barcode.fromMap(Map<String, dynamic> map)
create a barcode from a map
factory

Properties

barcode String
getter/setter pair
format String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
interface Interfaces
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seen String
getter/setter pair

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