NetworkAddressReservation constructor

NetworkAddressReservation({
  1. String? endAddress,
  2. String? note,
  3. String? startAddress,
})

Implementation

NetworkAddressReservation({this.endAddress, this.note, this.startAddress});