disableLoginWithPhone property

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

Implementation

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

Implementation

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