Todo class

TODO model

Constructors

Todo({String? content, String? fileName, String? line})

Properties

content String?
getter/setter pair
fileName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
line String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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