menu
ded_note package
documentation
note.dart
Note
Note constructor
Note constructor
dark_mode
light_mode
Note
constructor
Note
(
{
int
?
id
,
required
String
title
,
required
String
body
,
required
String
date
,
})
Implementation
Note({ this.id, required this.title, required this.body, required this.date, });
ded_note package
documentation
note
Note
Note constructor
Note class