static List<NoteInfo> fromList(List<Map<dynamic, dynamic>> list) { return list.map((e) => NoteInfo.from(e)).toList(); }