PublisherQueryResult.fromJson constructor

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

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

Implementation

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