CableInfo constructor

const CableInfo({
  1. dynamic cable,
  2. dynamic catalog,
})

Implementation

const CableInfo({this.cable, this.catalog});