ParameterizedClass<T> class
Support class to test inheritance + type expansion from implements clause.
- Implemented by
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 ==(
other) → bool -
inherited