bindPassword property

  1. @TagNumber(6)
String bindPassword

Implementation

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

Implementation

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