ChildInvocationMetrics constructor

ChildInvocationMetrics(
  1. String id, {
  2. int size = 0,
  3. int replySize = 0,
})

Implementation

ChildInvocationMetrics(
  String id, {
  this.size = 0,
  this.replySize = 0,
}) : super(id);