SentryAttribute.string constructor
SentryAttribute.string(
- String value
Implementation
factory SentryAttribute.string(String value) {
return SentryAttribute(value, 'string');
}
factory SentryAttribute.string(String value) {
return SentryAttribute(value, 'string');
}