URC constructor

URC({
  1. String? version,
  2. String? proto,
  3. String? codec,
  4. String? mdc,
  5. String? zone,
  6. String? cluster,
  7. String? cell,
  8. String? group,
  9. String? address,
})

Implementation

URC({this.version, this.proto, this.codec, this.mdc, this.zone, this.cluster, this.cell, this.group, this.address});