disableLoginWithPhone property

  1. @TagNumber(21)
bool disableLoginWithPhone

Implementation

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

Implementation

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