NoteModel

constructor(id: UUID = UUID.randomUUID(), title: String? = null, content: String? = null, time: Instant? = null)