isConditional property

bool get isConditional

Whether the package is included conditionally.

Implementation

bool get isConditional => when != null && when!.isNotEmpty;