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 value
@deprecated, write-only, inherited
hashCode → int
read-only, inherited
isImplemented → bool
@override, read-only, inherited
name String
read / write, inherited
runtimeType → Type
read-only, 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
inherited
test() → void
inherited
testGeneric(Map<String, dynamic> args) → void
inherited
testGenericMethod<T>(T arg) → T
inherited
testMethod(Iterable it) → void
inherited
toString() → String
inherited
withMacro() → void
Macro method [...]
inherited
withMacro2() → void
Foo macro content
inherited

Operators

operator ==(other) → dynamic
inherited