ProofOps constructor

const ProofOps({
  1. List<ProofOp> ops = const [],
})

Implementation

const ProofOps({this.ops = const []});