deprecated property

bool deprecated
getter/setter pair

Whether the artifact is deprecated.

Mutable so setDeprecated can keep the local model in sync with the server after a successful update.

Implementation

late bool deprecated;