NoteModel.store constructor

NoteModel.store(
  1. String itemId,
  2. String title,
  3. String description,
  4. int colorValue
)

Implementation

NoteModel.store(this.itemId,this.title, this.description,   this.colorValue);