V2Restrictions constructor

V2Restrictions({
  1. V2AndroidKeyRestrictions? androidKeyRestrictions,
  2. List<V2ApiTarget>? apiTargets,
  3. V2BrowserKeyRestrictions? browserKeyRestrictions,
  4. V2IosKeyRestrictions? iosKeyRestrictions,
  5. V2ServerKeyRestrictions? serverKeyRestrictions,
})

Implementation

V2Restrictions({
  this.androidKeyRestrictions,
  this.apiTargets,
  this.browserKeyRestrictions,
  this.iosKeyRestrictions,
  this.serverKeyRestrictions,
});