CovariantMemberParams class
Test that we can properly handle covariant member parameters.
Constructors
Properties
- covariantField ↔ int
-
read / write, covariant
- covariantSetter ← covariant int
-
write-only, covariant
- hashCode → int
-
read-only, inherited
- runtimeType → Type
-
read-only, inherited
Methods
-
applyCovariantParams(
covariant num aNumber, covariant dynamic aDynamic) → void -
noSuchMethod(
Invocation invocation) → dynamic -
inherited
-
toString(
) → String -
inherited
Operators
-
operator ==(
dynamic other) → bool -
inherited