isEnabled property

  1. @JsonKey(name: 'enabled')
bool isEnabled
final

Overrides the setting of whether the Builder would run on this target.

Builders may run on this target by default based on the apply_to argument, set to false to disable a Builder which would otherwise run.

By default including a config for a Builder enables that builder.

Implementation

@JsonKey(name: 'enabled')
final bool isEnabled;