SubForDocComments class
Testing if docs for inherited method are correct.
- Inheritance
- Object
- BaseForDocComments
- SubForDocComments
Constructors
Properties
- getterWithDocs → bool
-
Some really great topics.
final
- hashCode → int
-
read-only, inherited
- runtimeType → Type
-
read-only, inherited
Methods
-
localMethod(
String foo, dynamic bar) → void -
Reference to
foo
andbar
-
anotherMethod(
) → void -
inherited
-
doAwesomeStuff(
int value) → String -
Takes a
value
and returns a String. [...]inherited -
noSuchMethod(
Invocation invocation) → dynamic -
inherited
-
toString(
) → String -
inherited
Operators
-
operator ==(
dynamic other) → bool -
inherited
-
operator [](
String key) → String -
inherited