QCircuit constructor

QCircuit({
  1. required int size,
})

Implementation

QCircuit({required this.size});