accountNr property

  1. @TagNumber(1)
String get accountNr

Implementation

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

Implementation

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