$PublisherReviewStatus.fromJson constructor

$PublisherReviewStatus.fromJson(
  1. Map json_
)

Implementation

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