HtmlParserStrings class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- bulletChar → const String
- defaultBulletOffset → const double
- defaultBulletSpacing → const double
- defaultHeadingLevel → const int
- defaultHeadingSpacing → const double
- defaultLineBreakHeight → const double
- defaultListItemSpacing → const double
- defaultListSpacing → const double
- defaultParagraphSpacing → const double
- defaultTextSpacing → const double
- emptyString → const String
- errorProcessingBlock → const String
- headingPrefix → const String
- invalidTable → const String
- lineBreakSelfClosingTag → const String
- lineBreakSpacedTag → const String
- lineBreakTag → const String
- maxHeadingLevel → const int
- minHeadingLevel → const int
- orderedListCloseTag → const String
- orderedListOpenTag → const String
- paragraphCloseTag → const String
- paragraphOpenTag → const String
- spaceChar → const String
- spanOpenTag → const String
- tableCloseTag → const String
- tableOpenTag → const String
- tagClose → const String
- tagOpenPrefix → const String
- unorderedListCloseTag → const String
- unorderedListOpenTag → const String