toDescription method

  1. @override
String toDescription()
override

Returns a description with a short summary of the node itself not including children or properties.

Implementation

@override
String toDescription() => _description;