obsoleteIn property

Version? obsoleteIn

The Dart Sass version this feature was fully removed in, making the deprecation obsolete.

For deprecations that are not yet obsolete, this should be null.

Implementation

Version? get obsoleteIn => _obsoleteIn?.andThen(Version.parse);