GoodreadsBook.fromJson constructor

GoodreadsBook.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory GoodreadsBook.fromJson(Map<String, Object?> json) =>
    _$GoodreadsBookFromJson(json);