ServingContext constructor

ServingContext({
  1. String? all,
  2. AppContext? appType,
  3. AuctionContext? auctionType,
  4. LocationContext? location,
  5. PlatformContext? platform,
  6. SecurityContext? securityType,
})

Implementation

ServingContext({
  this.all,
  this.appType,
  this.auctionType,
  this.location,
  this.platform,
  this.securityType,
});