menu
mapsforge_flutter_renderer package
documentation
ui.dart
UiPath
isEmpty method
isEmpty method
dark_mode
light_mode
isEmpty
method
bool
isEmpty
(
)
Returns true if the path is empty.
Implementation
bool isEmpty() { return _points.isEmpty; }
mapsforge_flutter_renderer package
documentation
ui
UiPath
isEmpty method
UiPath class