This website requires JavaScript.
Explore
Help
Sign In
andrei-stoica
/
HappyCamperProto2025
Watch
1
Star
0
Fork
You've already forked HappyCamperProto2025
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2907073f22
HappyCamperProto2025
/
lib
/
task.dart
7 lines
101 B
Dart
Raw
Blame
History
class
Task
{
Task
(
{
required
this
.
text
,
this
.
complete
=
false
}
)
;
String
text
;
bool
complete
;
}
Reference in New Issue
View Git Blame
Copy Permalink