FeedbackData class

Feedback Response data class This is the response data for email and github issue callback

Constructors

FeedbackData({required int status, String? error, String message = ''})
FeedbackData constructor Set the data through constructor

Properties

error String?
no setter
hashCode int
The hash code for this object.
no setterinherited
message String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int
no setter

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