FeedbackModel class

Constructors

FeedbackModel({required String appName, required String buildVersionNumber, required String currentStateScreenShotUrl, required String userFeedbackData, required String appVersion, required String packageName, required String reportType, required String userEmail, required String userId})

Properties

appName String
final
appVersion String
final
buildVersionNumber String
final
currentStateScreenShotUrl String
final
hashCode int
The hash code for this object.
no setterinherited
packageName String
final
reportType String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userEmail String
final
userFeedbackData String
final
userId String
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