Review constructor

Review({
  1. String? actionType,
  2. String? body,
  3. String? effectiveCommitSha,
})

Implementation

Review({this.actionType, this.body, this.effectiveCommitSha});