posIdent property
PosIdent is the identifier of the position.
Implementation
@$pb.TagNumber(1)
$core.String get posIdent => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set posIdent($core.String v) { $_setString(0, v); }
PosIdent is the identifier of the position.
@$pb.TagNumber(1)
$core.String get posIdent => $_getSZ(0);
@$pb.TagNumber(1)
set posIdent($core.String v) { $_setString(0, v); }