ContainerAddress constructor

const ContainerAddress({
  1. String? addr,
  2. int? prefixLen,
})

Creates a ContainerAddress with the given fields.

Implementation

const ContainerAddress({this.addr, this.prefixLen});