BugsnagEnabledErrorTypes class

Constructors

BugsnagEnabledErrorTypes({bool unhandledJvmExceptions = true, bool unhandledDartExceptions = true, bool crashes = true, bool ooms = true, bool thermalKills = true, bool appHangs = true, bool anrs = true})
const

Properties

anrs bool
final
appHangs bool
final
crashes bool
final
hashCode int
The hash code for this object.
no setterinherited
ooms bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thermalKills bool
final
unhandledDartExceptions bool
final
unhandledJvmExceptions bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

all → const BugsnagEnabledErrorTypes