disableLoginWithPhone property

  1. @TagNumber(19)
bool disableLoginWithPhone

Implementation

@$pb.TagNumber(19)
$core.bool get disableLoginWithPhone => $_getBF(18);
  1. @TagNumber(19)
void disableLoginWithPhone=(bool v)

Implementation

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