disableLoginWithPhone property

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

Implementation

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

Implementation

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