menu
note_cherif package
documentation
models/note.dart
Note
Note.new constructor
Note.new 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});
note_cherif package
documentation
models/note
Note
Note.new constructor
Note class