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
-
withAnimation(
) → void -
Animation method [...]
inherited
-
withAnimationBadHeight(
) → void -
Malformed Animation method with non-integer height [...]
inherited
-
withAnimationBadWidth(
) → void -
Malformed Animation method with non-integer width [...]
inherited
-
withAnimationInline(
) → void -
Animation inline in text. [...]
inherited
-
withAnimationInOneLineDoc(
) → void -
Animation in one line doc [...]
inherited
-
withAnimationNonUnique(
) → void -
Non-Unique Animation method (between methods) [...]
inherited
-
withAnimationNonUniqueDeprecated(
) → void -
Non-Unique deprecated Animation method (between methods) [...]
inherited
-
withAnimationOutOfOrder(
) → void -
Animation with out-of-order id argument. [...]
inherited
-
withAnimationUnknownArg(
) → void -
Animation with an argument that is not the id. [...]
inherited
-
withAnimationWrongParams(
) → void -
Malformed Animation method with wrong parameters [...]
inherited
-
withDeprecatedAnimation(
) → void -
Deprecated animation method format. [...]
inherited
-
withInvalidNamedAnimation(
) → void -
Animation method with invalid name [...]
inherited
-
withMacro(
) → void -
Macro method [...]
inherited
-
withMacro2(
) → void -
Foo macro content
inherited
-
withNamedAnimation(
) → void -
Animation method with name [...]
inherited
-
withPrivateMacro(
) → void -
Use a privately defined macro: Private macro content
inherited
-
withQuotedNamedAnimation(
) → void -
Animation method with quoted name [...]
inherited
-
withUndefinedMacro(
) → void -
Don't define this: null
inherited
Operators
-
operator ==(
dynamic other) → bool -
inherited