description property

String? get description
inherited

A verbose explanation of the operation behavior. CommonMark syntax MAY be used for rich text representation.

Implementation

String? get summary;/// A verbose explanation of the operation behavior.
/// CommonMark syntax MAY be used for rich text representation.
String? get description;