SetDynamicTableCapacity constructor
SetDynamicTableCapacity({
- required int capacity,
Creates an instruction that sets the dynamic table capacity to capacity.
Implementation
SetDynamicTableCapacity({required this.capacity});