toString method
Returns a string representation of this BarcodeData instance.
Implementation
@override
String toString() {
return 'BarcodeData{data: $data, type: $type}';
}
Returns a string representation of this BarcodeData instance.
@override
String toString() {
return 'BarcodeData{data: $data, type: $type}';
}