CustomizableWiredashMetaData class

Information about the user/ app with will be sent along feedback or promoter score to the Wiredash console

This object is intended to be mutable, making it trivial to change properties.

Constructors

CustomizableWiredashMetaData()
This constructor returns a 100% clean version with no prefilled data

Properties

copyWith CustomizableWiredashMetaData Function({String? buildCommit, String? buildNumber, String? buildVersion, Map<String, Object?>? custom, String? userEmail, String? userId})
no setter
custom Map<String, Object?>
Supported data types are String, int, double, bool, List, Map.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userEmail String?
The email address auto-fills the email address step
getter/setter pair
userId String?
The id of the user, allowing you to match the feedback with the userIds of you application
getter/setter pair

Methods

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

Operators

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