Dart SDK
dart:html
NodeValidator
factory constructor NodeValidator.throws
NodeValidator.throws
class NodeValidator
Constructors
NodeValidator
throws
Properties
hashCode
runtimeType
Methods
allowsAttribute
allowsElement
noSuchMethod
toString
Operators
operator ==
NodeValidator.throws
(
NodeValidator
base
)
Source
factory NodeValidator.throws(NodeValidator base) => new _ThrowsNodeValidator(base);
constructor NodeValidator.throws