ISBNParsedResult constructor

ISBNParsedResult(
  1. String isbn
)

Implementation

ISBNParsedResult(this.isbn) : super(ParsedResultType.ISBN);