Solution constructor

Solution(
  1. String id,
  2. List<String> nonces
)

Implementation

Solution(this.id, this.nonces);