Publisher.fromJson constructor

Publisher.fromJson(
  1. Map<String, dynamic> json
)

Used to build the object from the response of the ISBNdb API

Implementation

factory Publisher.fromJson(Map<String, dynamic> json) =>
    _$PublisherFromJson(json);