Todo class
TODO model
Properties
Methods
-
addContent(
String newContent) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prepared(
bool isMD) → String - If output file is MD, that makes a table out of TODO
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited