$PublisherReviewStatus.fromJson constructor
$PublisherReviewStatus.fromJson(
- Map json_
Implementation
$PublisherReviewStatus.fromJson(core.Map json_)
: this(
publisherName: json_['publisherName'] as core.String?,
status: json_['status'] as core.String?,
);