V2ServerKeyRestrictions constructor

V2ServerKeyRestrictions({
  1. List<String>? allowedIps,
})

Implementation

V2ServerKeyRestrictions({
  this.allowedIps,
});