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