AddValue method
Implementation
AttributedString AddValue(String stringValue) {
AttributedString attributedString =
new AttributedString.withValue(stringValue);
this.Add(attributedString);
return attributedString;
}
AttributedString AddValue(String stringValue) {
AttributedString attributedString =
new AttributedString.withValue(stringValue);
this.Add(attributedString);
return attributedString;
}