realNull property

Value? realNull

Returns Dart's null value if this is sassNull, and returns this otherwise.

Implementation

Value? get realNull => this;