ServingRestriction constructor

ServingRestriction({
  1. List<ServingContext>? contexts,
  2. Disapproval? disapproval,
  3. List<Disapproval>? disapprovalReasons,
  4. String? status,
})

Implementation

ServingRestriction({
  this.contexts,
  this.disapproval,
  this.disapprovalReasons,
  this.status,
});