analyzer package
documentation
ast
SingleStringLiteral
isMultiline property
isMultiline
analyzer package
documentation
ast
SingleStringLiteral
isMultiline property
SingleStringLiteral class
Constructors
SingleStringLiteral
Properties
beginToken
childEntities
contentsEnd
contentsOffset
end
endToken
hashCode
isAssignable
isMultiline
isRaw
isSingleQuoted
isSynthetic
length
offset
parent
precedence
root
runtimeType
staticParameterElement
staticType
stringValue
unParenthesized
Methods
accept
findPrevious
getProperty
noSuchMethod
setProperty
thisOrAncestorMatching
thisOrAncestorOfType
toSource
toString
visitChildren
Operators
operator ==
isMultiline
property
bool
isMultiline
Return
true
if this string literal is a multi-line string.
Implementation
bool get isMultiline;