deprecatedIn property

Version? deprecatedIn

The Dart Sass version this feature was first deprecated in.

For deprecations that have existed in all versions of Dart Sass, this should be 0.0.0. For deprecations not related to a specific Sass version, this should be null.

Implementation

Version? get deprecatedIn => _deprecatedIn.andThen(Version.parse);