penaltyAmount property

  1. @TagNumber(5)
Int64 get penaltyAmount

Implementation

@$pb.TagNumber(5)
$fixnum.Int64 get penaltyAmount => $_getI64(4);
  1. @TagNumber(5)
set penaltyAmount (Int64 v)

Implementation

@$pb.TagNumber(5)
set penaltyAmount($fixnum.Int64 v) { $_setInt64(4, v); }