StartedMessage constructor

StartedMessage(
  1. Target target,
  2. String name,
  3. RunnableDebugInformation context,
  4. Iterable<Tag> tags
)

Implementation

StartedMessage(
  this.target,
  this.name,
  this.context,
  this.tags,
);