proofs property

ProofList proofs

Implementation

ProofList get proofs {
  final (_, controller) = ref.watch(proofsOf);

  return controller;
}