builders property

Map<String, TargetBuilderConfig> builders
final

A map from builder key to the configuration used for this target.

Builder keys are in the format "$package|$builder". This does not represent the full set of builders that are applied to the target, only those which have configuration customized against the default.

Implementation

final Map<String, TargetBuilderConfig> builders;