CrashInfo class

Inheritance
Annotations
  • @HiveType(typeId: 200)
  • @JsonSerializable()

Constructors

CrashInfo({required String message, required String stackTrace, required String signature, required String versionName, int count = 1, String? updateTime, required String createTime})
CrashInfo.fromJson(Map<String, dynamic> srcJson)
factory

Properties

box BoxBase?
Get the box in which this object is stored. Returns null if object has not been added to a box yet.
no setterinherited
count int
getter/setter pair
createTime String
final
hashCode int
The hash code for this object.
no setterinherited
isInBox bool
Returns whether this object is currently stored in a box.
no setterinherited
key → dynamic
Get the key associated with this object. Returns null if object has not been added to a box yet.
no setterinherited
message String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String
final
stackTrace String
final
updateTime String?
getter/setter pair
versionName String
final

Methods

delete() Future<void>
Deletes this object from the box it is stored in.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save() Future<void>
Persists this object.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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