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 v)

Implementation

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