cost property

  1. @TagNumber(1)
int get cost

Implementation

@$pb.TagNumber(1)
$core.int get cost => $_getIZ(0);
  1. @TagNumber(1)
set cost (int v)

Implementation

@$pb.TagNumber(1)
set cost($core.int v) { $_setSignedInt32(0, v); }