RaygunUserInfo class

Annotations
  • @JsonSerializable()

Constructors

RaygunUserInfo({String? identifier, String? firstName, String? fullName, String? email})
Set the current user's info to be transmitted some parameters can be null if the data is not available or you do not wish to send it.
RaygunUserInfo.fromJson(Map<String, dynamic> json)
factory

Properties

email String?
User's email address
getter/setter pair
firstName String?
The user's first name
getter/setter pair
fullName String?
The user's full name - if setting the first name you should set this too
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
identifier String?
no setter
isAnonymous bool
Users should not be modifying this member manually
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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