AltchaSolution constructor

AltchaSolution({
  1. required int number,
  2. required int took,
})

Implementation

AltchaSolution({
  required this.number,
  required this.took,
});