passwordSet property

  1. @TagNumber(5)
bool passwordSet

Output only. Indicates If this connection profile password is stored.

Implementation

@$pb.TagNumber(5)
$core.bool get passwordSet => $_getBF(3);
  1. @TagNumber(5)
void passwordSet=(bool v)

Implementation

@$pb.TagNumber(5)
set passwordSet($core.bool v) { $_setBool(3, v); }