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
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