UserFeedback class

Container for the feedback of the user.

Constructors

UserFeedback({required String text, required Uint8List screenshot, Map<String, dynamic>? extra})
Creates an UserFeedback. Typically never used by a user of this library.

Properties

extra Map<String, dynamic>?
This can contain additional information. By default this is always empty. When using a custom BetterFeedback.feedbackBuilder this can be used to supply additional information.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenshot Uint8List
A raw png encoded screenshot of the app. Probably annotated with helpful drawings by the user.
final
text String
The user's written feedback
final

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