buildExtensions property

  1. @JsonKey(required: true, disallowNullValue: true)
Map<String, List<String>> buildExtensions
final

A map from input extension to the output extensions created for matching inputs.

Implementation

@JsonKey(required: true, disallowNullValue: true)
final Map<String, List<String>> buildExtensions;