Cost constructor Null safety

Cost(
  1. String cpuInsns,
  2. String memBytes
)

Implementation

Cost(this.cpuInsns, this.memBytes);