ProfileFunction constructor

ProfileFunction(
  1. {String? kind,
  2. int? inclusiveTicks,
  3. int? exclusiveTicks,
  4. String? resolvedUrl,
  5. dynamic function}
)

Implementation

ProfileFunction({
  this.kind,
  this.inclusiveTicks,
  this.exclusiveTicks,
  this.resolvedUrl,
  this.function,
});