menu
every_door_plugin package
documentation
models/note.dart
OsmNote
hasNewComments property
hasNewComments property
dark_mode
light_mode
hasNewComments
property
bool
get
hasNewComments
Implementation
bool get hasNewComments => comments.any((c) => c.isNew);
every_door_plugin package
documentation
models/note
OsmNote
hasNewComments property
OsmNote class