TemplatedInterface<A> class
Class for testing expansion of type from implements clause.
- Implements
-
- ParameterizedClass<List<int>>
Constructors
Properties
- aField ↔ AnotherParameterizedClass<Stream<List<int>>>
-
read / write
- aGetter → AnotherParameterizedClass<Map<A, List<String>>>
-
read-only
- aSetter ← AnotherParameterizedClass<List<bool>>
-
write-only
- aInheritedField ↔ AnotherParameterizedClass<List<int>>
-
read / write, inherited
- aInheritedGetter → AnotherParameterizedClass<List<int>>
-
read-only, inherited
- aInheritedSetter ← AnotherParameterizedClass<List<int>>
-
write-only, inherited
- hashCode → int
-
read-only, inherited
- runtimeType → Type
-
read-only, inherited
Methods
-
aMethodInterface(
A value) → AnotherParameterizedClass<List<int>> -
aTypedefReturningMethodInterface(
) → ParameterizedTypedef<List<String>> -
aInheritedMethod(
int foo) → AnotherParameterizedClass<List<int>> -
inherited
-
aInheritedTypedefReturningMethod(
) → ParameterizedTypedef<List<int>> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
inherited
-
toString(
) → String -
inherited
Operators
-
operator +(
ParameterizedClass<List<int>> other) → ParameterizedClass<List<int>> -
inherited
-
operator ==(
other) → bool -
inherited