dartpadSampleCount property

int dartpadSampleCount

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

Implementation

int get dartpadSampleCount => samples.whereType<DartpadSample>().length;