isPlain property
bool
get
isPlain
Returns whether this contains no interpolated expressions.
Implementation
bool get isPlain => asPlain != null;
Returns whether this contains no interpolated expressions.
bool get isPlain => asPlain != null;