clone method

  1. @override
NoteList clone()
override

Implementation

@override
NoteList clone() => NoteList.fromJson(deepCloneMap(wrapped));