SetDynamicTableCapacity constructor

SetDynamicTableCapacity({
  1. required int capacity,
})

Creates an instruction that sets the dynamic table capacity to capacity.

Implementation

SetDynamicTableCapacity({required this.capacity});