snippetCount property

int snippetCount

The number of SnippetSamples in the dartdoc comment for this element.

Implementation

int get snippetCount => samples.whereType<SnippetSample>().length;