menu
symbols
utils\test.dart
Test
Test.new constructor
Test.new
dark_mode
light_mode
Test
constructor
Test
(
{
DateTime
?
date
,
String
?
hand
,
int
?
displayed
,
int
?
mistakes
,
})
Implementation
Test({this.date, this.hand, this.displayed, this.mistakes});
symbols
test
Test
Test.new constructor
Test class