hasOptions property
bool
get
hasOptions
Whether the module provides configurable options.
Implementation
bool get hasOptions => options.isNotEmpty;
Whether the module provides configurable options.
bool get hasOptions => options.isNotEmpty;