AuthorizedNetwork constructor

AuthorizedNetwork({
  1. String? cidrRange,
})

Implementation

AuthorizedNetwork({
  this.cidrRange,
});