soteriaRootPasswordConfigured property

  1. @TagNumber(20)
bool get soteriaRootPasswordConfigured

Implementation

@$pb.TagNumber(20)
$core.bool get soteriaRootPasswordConfigured => $_getBF(19);
  1. @TagNumber(20)
set soteriaRootPasswordConfigured (bool v)

Implementation

@$pb.TagNumber(20)
set soteriaRootPasswordConfigured($core.bool v) { $_setBool(19, v); }