isPlain property

bool isPlain

Returns whether this contains no interpolated expressions.

Implementation

bool get isPlain => asPlain != null;