costAmount property

  1. @TagNumber.new(13)
double get costAmount

For COST_CALCULATED — RN events.ts:88, Dart SDKGenerationCostCalculated.

Implementation

@$pb.TagNumber(13)
$core.double get costAmount => $_getN(12);
  1. @TagNumber.new(13)
set costAmount (double value)

Implementation

@$pb.TagNumber(13)
set costAmount($core.double value) => $_setDouble(12, value);