accountNr property

  1. @TagNumber(6)
String get accountNr

Implementation

@$pb.TagNumber(6)
$core.String get accountNr => $_getSZ(5);
  1. @TagNumber(6)
set accountNr (String v)

Implementation

@$pb.TagNumber(6)
set accountNr($core.String v) { $_setString(5, v); }