ParameterizedClass<T> class
Support class to test inheritance + type expansion from implements clause.
- Implementers
Constructors
Properties
-
aInheritedField
↔ AnotherParameterizedClass<
T> -
read / write
-
aInheritedGetter
→ AnotherParameterizedClass<
T> -
read-only
-
aInheritedSetter
← AnotherParameterizedClass<
T> -
write-only
- hashCode → int
-
read-only, inherited
- runtimeType → Type
-
read-only, inherited
Methods
-
aInheritedMethod(
int foo) → AnotherParameterizedClass< T> -
aInheritedTypedefReturningMethod(
) → ParameterizedTypedef< T> -
noSuchMethod(
Invocation invocation) → dynamic -
inherited
-
toString(
) → String -
inherited
Operators
-
operator +(
ParameterizedClass< T> other) → ParameterizedClass<T> -
operator ==(
dynamic other) → bool -
inherited