disableLoginWithPhone property

  1. @TagNumber(16)
bool disableLoginWithPhone

Implementation

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

Implementation

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