hasBrackets property

  1. @override
bool get hasBrackets
override

Whether this value as a list has brackets.

All SassScript values can be used as lists. Maps count as lists of pairs, and all other values count as single-value lists.

Implementation

@override
bool get hasBrackets => _hasBrackets;