Rating constructor

Rating({
  1. String? target,
  2. double? rating,
})

Implementation

Rating({this.target, this.rating});