ClassWithUnusualProperties class

Classes with unusual properties? I don't think they exist.

Or rather, dartdoc used to think they didn't exist. Check the variations on inheritance and overrides here.

Inheritance

Constructors

ClassWithUnusualProperties()

Properties

documentedPartialFieldInSubclassOnly → String
This getter is documented, so we should see a read-only property here.
read-only
explicitGetter myCoolTypedef
This property only has a getter and no setter; no parameters to print.
read-only
explicitGetterImplicitSetter ↔ List<int>
Getter doc for explicitGetterImplicitSetter
read / write, inherited-setter, override-getter
explicitGetterSetter myCoolTypedef
Getter doc for explicitGetterSetter.
@Annotation('a Getter Annotation'), @Annotation('a Setter Annotation'), read / write
explicitNonDocumentedInBaseClassGetter → String
Since I have a different doc, I should be documented.
read-only
explicitSetter dynamic Function(int, Cool, List<int>)
Set to f, and don't warn about bar or baz.
write-only
finalProperty → Set
This property has some docs, too.
final
implicitGetterExplicitSetter ↔ String
Docs for implicitGetterExplicitSetter from ImplicitProperties.
read / write, inherited-getter, override-setter
implicitReadWrite ↔ Map
read / write
explicitGetterSetterForInheriting ↔ int
Explicit getter for inheriting.
read / write, inherited
explicitPartiallyDocumentedField → double
but documented here.
read-only, inherited
forInheriting ↔ int
A simple property to inherit.
read / write, inherited
hashCode → int
read-only, inherited
runtimeType → Type
read-only, inherited

Methods

aMethod(Function f(Cool x, bool q)) → String
Hey there, more things not to warn about: f, x, or q.
noSuchMethod(Invocation invocation) → dynamic
inherited
toString() → String
inherited

Operators

operator ==(dynamic other) → bool
inherited