SearchedForum class
Constructors
- SearchedForum.from({required String id, required String title, required String message, required double score, required int votes, required String commentType, required int numberOfComments, required String userId, required int topicId, required String topicName, required String createdAt})
- Returns the new instance of SearchedForum based on arguments.
Properties
- commentType → String
-
The comment type
final
- createdAt → String
-
The datetime
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
The id
final
- message → String
-
The message
final
- numberOfComments → int
-
The number of comments
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- score → double
-
The score
final
- title → String
-
The title
final
- topicId → int
-
The topic id
final
- topicName → String
-
The topic name
final
- userId → String
-
The user id
final
- votes → int
-
The votes
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override