disableLoginWithEmail property

  1. @TagNumber(18)
bool get disableLoginWithEmail

Implementation

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

Implementation

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