InterconnectRemoteLocationConstraintsSubnetLengthRange constructor

InterconnectRemoteLocationConstraintsSubnetLengthRange({
  1. int? max,
  2. int? min,
})

Implementation

InterconnectRemoteLocationConstraintsSubnetLengthRange({
  this.max,
  this.min,
});