applies property

  1. @override
Set<String> applies
final

A set of builder keys that this builder applies to.

This is used to define builder ordering. Any builder listed here will have this builder's outputs applied as inputs.

Implementation

@override
final Set<String> applies;