disableLoginWithEmail property

  1. @TagNumber.new(18)
bool get disableLoginWithEmail

Implementation

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

Implementation

@$pb.TagNumber(18)
set disableLoginWithEmail($core.bool value) => $_setBool(17, value);