Microtask constructor

Microtask({
  1. int? id,
  2. String? stackTrace,
})

Implementation

Microtask({
  this.id,
  this.stackTrace,
});