quote property

String? quote
getter/setter pair

The content that was found.

Even if the content is not textual, it may be converted to a textual representation here. Provided if include_quote is true and the finding is less than or equal to 4096 bytes long. If the finding exceeds 4096 bytes in length, the quote may be omitted.

Implementation

core.String? quote;