Inheritance

Constructors

F()

Properties

aFinalField → int

final, inherited
aGetterReturningRandomThings → int

read-only, inherited
aProtectedFinalField → int

@protected, final, inherited
deprecatedField → int

@deprecated, read / write, inherited
deprecatedGetter → int

@deprecated, read-only, inherited
deprecatedSetter → int

@deprecated, write-only, inherited
hashCode → int

The hash code for this object.

read-only, inherited
isImplemented → bool

@override, read-only, inherited
name → String

read / write, inherited
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) → dynamic

The equality operator.

inherited

Methods

methodWithGenericParam([List<Apple> msgs ]) → void

abstractMethod() → void

inherited
foo() → Future

inherited
getAnotherClassD() → List<Dog>

@Deprecated('before v27.3'), inherited
getClassA() → List<Apple>

inherited
noSuchMethod(Invocation invocation) → dynamic

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

inherited
test() → void

inherited
testGeneric(Map<String, dynamic> args) → void

inherited
testGenericMethod<T>(T arg) → T

inherited
testMethod(Iterable it) → void

inherited
toString() → String

Returns a string representation of this object.

inherited
withMacro() → void

Macro method

inherited
withMacro2() → void

Foo macro content

inherited