RouteFilterPrefix constructor

RouteFilterPrefix({
  1. String? cidr,
})

Implementation

RouteFilterPrefix({
  this.cidr,
});