Context constructor

Context({
  1. required BigInt slot,
})

Implementation

Context({
  required this.slot,
});