GetSlot constructor
GetSlot({
- GetSlotConfig? config,
Creates a codec for getSlot JSON RPC methods.
Implementation
GetSlot({final GetSlotConfig? config})
: super('getSlot', config: config ?? const GetSlotConfig());