debugLabel property

String? debugLabel
final

A human-readable description of this strut style.

This property is maintained only in debug builds.

This property is not considered when comparing strut styles using == or compareTo, and it does not affect hashCode.

Implementation

final String? debugLabel;