BugsnagLastRunInfo class

Provides information about the last launch of the application, if there was one.

Constructors

BugsnagLastRunInfo.fromJson(Map<String, dynamic> json)

Properties

consecutiveLaunchCrashes int
The number times the app has consecutively crashed during its launch period.
final
crashed bool
Whether the last app run ended with a crash, or was abnormally terminated by the system.
final
crashedDuringLaunch bool
True if the previous app run ended with a crash during its launch period.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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