hasAttributes property

bool get hasAttributes

Returns true if this measurement has non-empty attributes.

Implementation

bool get hasAttributes => attributes != null && attributes!.length > 0;