isbn property

String get isbn
inherited

ISBN of the book

Implementation

@JsonKey(name: 'title_long') String? get titleLong;/// ISBN of the book
 String get isbn;