isConditional property
bool
get
isConditional
Whether the package is included conditionally.
Implementation
bool get isConditional => when != null && when!.isNotEmpty;
Whether the package is included conditionally.
bool get isConditional => when != null && when!.isNotEmpty;