isFuture property

bool isFuture
final

Whether this deprecation will occur in the future.

If this is true, deprecatedIn will be null, since we do not yet know what version of Dart Sass this deprecation will be live in.

Implementation

final bool isFuture;