ParsedResult class abstract

Abstract class representing the result of decoding a barcode, as more than a String -- as some type of structured data.

This might be a subclass which represents a URL, or an e-mail address. ResultParser.parseResult(Result) will turn a raw decoded string into the most appropriate type of structured representation.

@author Sean Owen

Implementers

Constructors

ParsedResult(ParsedResultType _type)

Properties

displayResult String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ParsedResultType
no setter

Methods

maybeAppend(String? value, StringBuffer result) → void
maybeAppendList(List<String>? values, StringBuffer result) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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