covariant property

bool covariant
getter/setter pair

Whether this parameter should be annotated with the covariant keyword.

This is only valid on instance methods.

Implementation

bool covariant = false;