isCovariant property
      
      bool
      get
      isCovariant
      
    
    
Whether the parameter is covariant, meaning it is allowed to have a narrower type in an override.
Implementation
bool get isCovariant;Whether the parameter is covariant, meaning it is allowed to have a narrower type in an override.
bool get isCovariant;