MacroFactory class

The macro factory

Constructors

MacroFactory()

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

Adds a banner macro.
bullets(dynamic id, BulletsMacro macro) → void
Adds a bullets macro.
code(dynamic id, CodeMacro macro) → void
Adds a code macro.
console(dynamic id, ConsoleMacro macro) → void
Adds a console macro.
divider(dynamic id, DividerMacro macro) → void
Adds a divider macro.
group(dynamic id, GroupMacro macro) → void
Adds a group macro.
heading(dynamic id, HeadingMacro macro) → void
Adds a heading macro.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
text(dynamic id, TextMacro macro) → void
Adds a text macro.
toString() String
A string representation of this object.
inherited
widget(dynamic id, WidgetMacro macro) → void
Adds a widget macro.

Operators

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