disableLoginWithPhone property

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

Implementation

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

Implementation

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