SentryLogAttribute.int constructor

SentryLogAttribute.int(
  1. int value
)

Implementation

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