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
- Object
- ImplicitProperties
- ClassWithUnusualProperties
Constructors
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
inherited-setter, read / write
- 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 aboutbar
orbaz
.write-only - finalProperty → Set
-
This property has some docs, too.
final
- implicitGetterExplicitSetter ↔ String
-
Docs for implicitGetterExplicitSetter from ImplicitProperties.
inherited-getter, read / write
- 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
, orq
. -
noSuchMethod(
Invocation invocation) → dynamic -
inherited
-
toString(
) → String -
inherited
Operators
-
operator ==(
other) → bool -
inherited