Review constructor

Review([
  1. dynamic updates(
    1. ReviewBuilder b
    )
])

Implementation

factory Review([Function(ReviewBuilder b) updates]) = _$Review;