clone method

  1. @override
INoteList clone()
override

Implementation

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