semanticLabel method

AzIcon semanticLabel(
  1. String semanticLabel
)

Implementation

AzIcon semanticLabel(String semanticLabel){
  _semanticLabel = semanticLabel;
  return this;
}