NotesModel constructor

NotesModel(
  1. {int id,
  2. String content,
  3. DateTime date}
)

Implementation

NotesModel({this.id, this.content, this.date});