isPlain property

bool get isPlain

Returns whether this contains no interpolated expressions.

Implementation

bool get isPlain => asPlain != null;