amountPerIndustry property

MapBuilder<String, Amount> get amountPerIndustry

Implementation

MapBuilder<String, Amount> get amountPerIndustry =>
    _$this._amountPerIndustry ??= MapBuilder<String, Amount>();
set amountPerIndustry (MapBuilder<String, Amount>? amountPerIndustry)

Implementation

set amountPerIndustry(MapBuilder<String, Amount>? amountPerIndustry) =>
    _$this._amountPerIndustry = amountPerIndustry;