F<T extends String> class
- Inheritance
- Object
- Dog
- F
Constructors
- F()
Properties
- aFinalField → int
-
final, inherited
- aGetterReturningRandomThings → int
-
read-only, inherited
- aProtectedFinalField → int
-
@protected, final, inherited
- deprecatedField ↔ int
-
read / write, inherited
- deprecatedGetter → int
-
read-only, inherited
- deprecatedSetter ← int
-
write-only, inherited
- hashCode → int
-
read-only, inherited
- isImplemented → bool
-
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
-
withPrivateMacro(
) → void -
Use a privately defined macro: Private macro content
inherited
-
withUndefinedMacro(
) → void -
Don't define this: null
inherited
Operators
-
operator ==(
other) → dynamic -
inherited