costPerYear property
- @TagNumber(2)
The recurring yearly cost of the item, broken down by billable resource.
Implementation
@$pb.TagNumber(2)
RegistryItemCostByResource get costPerYear => $_getN(1);
- @TagNumber(2)
Implementation
@$pb.TagNumber(2)
set costPerYear(RegistryItemCostByResource v) { setField(2, v); }