SafetyRatings constructor

SafetyRatings({
  1. String? category,
  2. String? probability,
})

Implementation

SafetyRatings({this.category, this.probability});