Tagser class

Constructors

Tagser({Map<String, dynamic>? options})

Properties

currentLine int
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

html(List<Tag>? tags) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(String? source) List<Tag>
pop() → void
process(TagserMessage msg, TagserContext context) → void
processResult(TagserResult r, TagserContext context) → void
setOption(String name, dynamic value) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited