accountType property

  1. @TagNumber(7)
String get accountType

Implementation

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

Implementation

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