isbn property

String? isbn

Implementation

String? get isbn => _$this._isbn;
void isbn=(String? isbn)

Implementation

set isbn(String? isbn) => _$this._isbn = isbn;