disableLoginWithPhone property

  1. @TagNumber(18)
bool disableLoginWithPhone

Implementation

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

Implementation

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