RaygunBreadcrumbMessage class

Annotations
  • @JsonSerializable()

Constructors

RaygunBreadcrumbMessage({required String message, String? category, RaygunBreadcrumbLevel level = RaygunBreadcrumbLevel.info, Map<String, dynamic>? customData, String? className, String? methodName, String? lineNumber, int? timestamp})
RaygunBreadcrumbMessage.fromJson(Map<String, dynamic> json)
factory

Properties

category String?
getter/setter pair
className String?
Note: Not used in iOS
getter/setter pair
customData Map<String, dynamic>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
level RaygunBreadcrumbLevel
getter/setter pair
lineNumber String?
Note: Not used in iOS
getter/setter pair
message String
getter/setter pair
methodName String?
Note: Not used in iOS
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp int
getter/setter pair

Methods

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

Operators

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