isConditional property

bool get isConditional

Whether the file is generated conditionally.

Implementation

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