EachServiceInfo constructor

EachServiceInfo(
  1. List<String> importList,
  2. String interfaceStr,
  3. String implStr
)

Implementation

EachServiceInfo(
  this.importList,
  this.interfaceStr,
  this.implStr,
);