ProductParsedResult class
Represents a parsed result that encodes a product by an identifier of some kind.
@author dswitkin@google.com (Daniel Switkin)
- Inheritance
-
- Object
- ParsedResult
- ProductParsedResult
Constructors
- ProductParsedResult(String productID, [String? normalizedProductID])
Properties
- displayResult → String
-
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- normalizedProductID ↔ String
-
getter/setter pair
- productID ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → ParsedResultType
-
no setterinherited
Methods
-
maybeAppend(
String? value, StringBuffer result) → void -
inherited
-
maybeAppendList(
List< String> ? values, StringBuffer result) → void -
inherited
-
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