V2BrowserKeyRestrictions constructor

V2BrowserKeyRestrictions({
  1. List<String>? allowedReferrers,
})

Implementation

V2BrowserKeyRestrictions({
  this.allowedReferrers,
});