cidr property
String
get
cidr
The CIDR range.
Implementation
_i2.String get cidr => _i3.getProperty(
this,
'cidr',
);
set
cidr
(String value)
Implementation
set cidr(_i2.String value) {
_i3.setProperty(
this,
'cidr',
value,
);
}