accountId property

  1. @TagNumber(4)
String get accountId

Implementation

@$pb.TagNumber(4)
$core.String get accountId => $_getSZ(3);
  1. @TagNumber(4)
set accountId (String v)

Implementation

@$pb.TagNumber(4)
set accountId($core.String v) { $_setString(3, v); }