Context constructor

const Context({
  1. @JsonKey.new(fromJson: bigIntFromJson) required BigInt slot,
})

Implementation

const factory Context({@JsonKey(fromJson: bigIntFromJson) required BigInt slot}) = _Context;