SentryLogAttribute.int constructor
SentryLogAttribute.int(
- int value
Implementation
factory SentryLogAttribute.int(int value) {
return SentryLogAttribute._(value, 'integer');
}
factory SentryLogAttribute.int(int value) {
return SentryLogAttribute._(value, 'integer');
}