Context constructor

Context({
  1. int? slot,
})

Returns a new Context instance.

Implementation

Context({
  this.slot,
});