End constructor

End(
  1. EndType type, {
  2. Duration? elapsedTime,
  3. int? count,
})

Implementation

End(this.type, {this.elapsedTime, this.count}) : super();