AddReviewer.fromJson constructor
AddReviewer.fromJson(
- Map json_
Implementation
AddReviewer.fromJson(core.Map json_)
: this(addedReviewerEmail: json_['addedReviewerEmail'] as core.String?);
AddReviewer.fromJson(core.Map json_)
: this(addedReviewerEmail: json_['addedReviewerEmail'] as core.String?);