hasAttributes property
bool
get
hasAttributes
Returns true if this measurement has non-empty attributes.
Implementation
bool get hasAttributes => attributes != null && attributes!.length > 0;
Returns true if this measurement has non-empty attributes.
bool get hasAttributes => attributes != null && attributes!.length > 0;