realNull property Null safety
Returns Dart's null
value if this is sassNull, and returns this
otherwise.
Implementation
Value? get realNull => this;
Returns Dart's null
value if this is sassNull, and returns this
otherwise.
Value? get realNull => this;