ServingContext constructor
ServingContext({
- String? all,
- AppContext? appType,
- AuctionContext? auctionType,
- LocationContext? location,
- PlatformContext? platform,
- SecurityContext? securityType,
Implementation
ServingContext({
this.all,
this.appType,
this.auctionType,
this.location,
this.platform,
this.securityType,
});