disableLoginWithEmail property

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

Implementation

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

Implementation

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