app / me.argraur.notes.entities / Note / <init>

<init>

Note(title: String, value: String)

Parameters

title - Note title

value - Note content

Note(title: String, value: String, color: Int)

Parameters

title - Note title

value - Note content

color - Color in int format

Note(title: String, value: String, color: Int, time: Long)

Parameters

title - Note title

value - Note content

color - Color in int format

time - Time in Long format