AllowedIpRange constructor

AllowedIpRange({
  1. String? description,
  2. String? value,
})

Implementation

AllowedIpRange({this.description, this.value});