menu
mapsforge_flutter_core package
documentation
model.dart
Waypath
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
bool
get
isEmpty
Returns true if the path is empty.
Implementation
bool get isEmpty => _path.isEmpty;
mapsforge_flutter_core package
documentation
model
Waypath
isEmpty property
Waypath class