accountId property

  1. @TagNumber.new(1)
Int64 get accountId

Implementation

@$pb.TagNumber(1)
$fixnum.Int64 get accountId => $_getI64(0);
  1. @TagNumber.new(1)
set accountId (Int64 v)

Implementation

@$pb.TagNumber(1)
set accountId($fixnum.Int64 v) { $_setInt64(0, v); }