Context constructor
const
Context({
- @JsonKey.new(fromJson: bigIntFromJson) required BigInt slot,
Implementation
const factory Context({@JsonKey(fromJson: bigIntFromJson) required BigInt slot}) = _Context;