accountType property

  1. @TagNumber(6)
String get accountType

Implementation

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

Implementation

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