menu
sentry package
documentation
sentry_io.dart
SentryStatusCode
isInRange method
isInRange method
dark_mode
light_mode
isInRange
method
bool
isInRange
(
int
statusCode
)
Implementation
bool isInRange(int statusCode) => statusCode >= _min && statusCode <= _max;
sentry package
documentation
sentry_io
SentryStatusCode
isInRange method
SentryStatusCode class