disableLoginWithEmail property

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

Implementation

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

Implementation

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