name property

String name
inherited

A printer-friendly name for this probe.

Implementation

String get name => (measure is CAMSMeasure)
    ? (measure as CAMSMeasure).name ?? runtimeType.toString()
    : runtimeType.toString();