PrinterMediator class
printer mediator is a implementation of the mediator patter that contains all the collection of printer that are available in the application.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
printers
↔ Map<
String, ChangelogPrinter> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
generate(
{required String fmtFormat, required ChangelogInfo changelogInfo, String fileName = "CHANGELOG"}) → Future< bool> -
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