Constructs a regular deprecation.
const Deprecation(this.id, {required String? deprecatedIn, this.description}) : _deprecatedIn = deprecatedIn, isFuture = false;