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

Inheritance

Constructors

ClassWithUnusualProperties()

Properties

explicitGetter myCoolTypedef
This property only has a getter and no setter; no parameters to print.
read-only
explicitGetterImplicitSetter → List<int>
@override, read-only
explicitGetterSetter myCoolTypedef f
This property is not synthetic, so it might reference f -- display it.
read / write
explicitSetter dynamic f(int bar, Cool baz, List<int> macTruck)
Set to f, and don't warn about bar or baz.
write-only
finalProperty → Set
final
implicitGetterExplicitSetter String x
@override, write-only
implicitReadWrite Map
read / write
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 ==(other) → bool
inherited