V2Restrictions constructor
V2Restrictions({
- V2AndroidKeyRestrictions? androidKeyRestrictions,
- List<
V2ApiTarget> ? apiTargets, - V2BrowserKeyRestrictions? browserKeyRestrictions,
- V2IosKeyRestrictions? iosKeyRestrictions,
- V2ServerKeyRestrictions? serverKeyRestrictions,
Implementation
V2Restrictions({
this.androidKeyRestrictions,
this.apiTargets,
this.browserKeyRestrictions,
this.iosKeyRestrictions,
this.serverKeyRestrictions,
});