ServingRestriction constructor
      
      ServingRestriction({ 
    
    
- List<
ServingContext> ? contexts, - Disapproval? disapproval,
 - List<
Disapproval> ? disapprovalReasons, - String? status,
 
Implementation
ServingRestriction({
  this.contexts,
  this.disapproval,
  this.disapprovalReasons,
  this.status,
});