AttrBlockFunctions<B, TS> mixin

An interface that contains Block functions for getting attributes from a markdown

Mixin applications

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

getAlignedHeaderBlock(List<InlineSpan> spansToWrap, int headerLevel, String align, int indentLevel, [TS? style]) Future<B>
getAlignedParagraphBlock(List<InlineSpan> spansToWrap, String align, int indentLevel, [TS? style]) Future<B>
getBlockQuote(List<InlineSpan> spansToWrap, [TS? style]) Future<B>
getCodeBlock(List<InlineSpan> spansToWrap, [TS? style]) Future<B>
getHeaderBlock(List<InlineSpan> spansToWrap, int headerLevel, int indentLevel, [TS? style]) Future<B>
getImageBlock(Line line) Future<B?>
getListBlock(List<InlineSpan> spansToWrap, String typeList, String align, int indentLevel, [TS? style]) Future<B>
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