accountId property

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

Implementation

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

Implementation

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