Rating constructor

Rating({
  1. String? scheme,
  2. String? value,
})

Implementation

Rating({
  this.scheme,
  this.value,
});