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

The hash code for this object.

read-only, inherited
runtimeType → Type

A representation of the runtime type of the object.

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

Invoked when a non-existent method or property is accessed.

inherited
toString() → String

Returns a string representation of this object.

inherited

Operators

operator ==(other) → bool

The equality operator.

inherited