formattedMessage property

String? formattedMessage

Returns message formatted with source information provided by yamlNode.

Implementation

String? get formattedMessage => yamlNode?.span.message(message);