disableLoginWithPhone property

  1. @TagNumber.new(19)
bool get disableLoginWithPhone

Implementation

@$pb.TagNumber(19)
$core.bool get disableLoginWithPhone => $_getBF(18);
  1. @TagNumber.new(19)
set disableLoginWithPhone (bool value)

Implementation

@$pb.TagNumber(19)
set disableLoginWithPhone($core.bool value) => $_setBool(18, value);