buildExtensions property

  1. @override
Map<String, List<String>> buildExtensions

Returns a map of type Map<String, List<String>> with content {synthetic input: list of output files}.

The builder uses the synthetic input specified by the type parameter S.

Implementation

@override
Map<String, List<String>> get buildExtensions => {
      syntheticInput.value: _resolvedOutputFiles(),
    };