menu
every_door_plugin package
documentation
models/note.dart
OsmNote
author property
author property
dark_mode
light_mode
author
property
String
?
get
author
Implementation
String? get author => comments.isEmpty ? null : comments.first.author;
every_door_plugin package
documentation
models/note
OsmNote
author property
OsmNote class