ISBNParsedResult class
Represents a parsed result that encodes a product ISBN number.
@author jbreiden@google.com (Jeff Breidenbach)
- Inheritance
-
- Object
- ParsedResult
- ISBNParsedResult
Constructors
- ISBNParsedResult(String isbn)
Properties
- displayResult → String
-
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- isbn ↔ 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