keepapp
NoteModel
NoteModel
NoteModel.store constructor
NoteModel.store
keepapp
NoteModel
NoteModel
NoteModel.store constructor
NoteModel class
Constructors
NoteModel
store
Properties
colorValue
createTime
description
itemId
itemIndex
title
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
NoteModel.store
constructor
NoteModel.store
(
String
itemId
,
String
title
,
String
description
,
int
colorValue
)
Implementation
NoteModel.store(this.itemId,this.title, this.description, this.colorValue);