bindPassword property

  1. @TagNumber(7)
String bindPassword

Implementation

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

Implementation

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