ProofPoints constructor

ProofPoints({
  1. required List<String> a,
  2. required List<List<String>> b,
  3. required List<String> c,
})

Implementation

ProofPoints({required this.a, required this.b, required this.c});