Dartamaker class

The main dartamaker class

Constructors

Dartamaker()

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

allTagNames() String
List all the tag names
byTagName(String tagName, String params) DartamakerPlugin?
Get a plugin by its string tag name and string parameters
findTags(String? str) List<Map<String, String>>
Find tags, locate occurrences of things surrounded in double curly {{brackets}}
formatter(DartamakerFormatterTypes? type) DartamakerFormatter?
Get a formatter by type name
generate(String str, DartamakerFormatter? formatter, int iterations) List<String?>
Generate some data based on the template, the format and the number of iterations
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
plugin(DartamakerTagNames tagName, Map<String, String>? params) DartamakerPlugin?
Get a plugin by tag name and supplied mapped parameters
substitute(DartamakerTagNames tagName, Map<String, String> params) String?
Get a tag substitution for a tag
swap(String template, List<Map<String, String>> tags, DartamakerFormatter formatter) String?
Using the supplied template and list of tag objects found within it and a the supplied formatter object, make all the substitutions and return the new string.
toString() String
A string representation of this object.
inherited

Operators

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