GetSlot constructor

GetSlot({
  1. GetSlotConfig? config,
})

Creates a codec for getSlot JSON RPC methods.

Implementation

GetSlot({
  final GetSlotConfig? config,
}): super(
  'getSlot',
  config: config ?? const GetSlotConfig(),
);