Rating constructor

Rating(
  1. String value, [
  2. String? scheme
])

Creates a new Rating object

Implementation

Rating(this.value, [this.scheme]);