menu
vector_graphics_compiler_plus package
documentation
vector_graphics_compiler.dart
Path
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
bool
get
isEmpty
Whether this path has any commands.
Implementation
bool get isEmpty => _commands.isEmpty;
vector_graphics_compiler_plus package
documentation
vector_graphics_compiler
Path
isEmpty property
Path class