code property

String get code
override

Implementation

String get code => "${isConstant ? 'const ' : ''}TextSpan(text: '$literal')";