UserFeedback class
- Annotations
Constructors
- UserFeedback({int? rating, String? review, DateTime? createdAt})
-
UserFeedback.fromJson(Map<
String, dynamic> map) -
factory
Properties
Methods
-
copyWith(
{int? rating, String? review, DateTime? createdAt}) → UserFeedback -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited