ForumTopicResponse class

Inheritance

Constructors

ForumTopicResponse.from({required int statusCode, required String reasonPhrase, required Map<String, String> headers, required int id, required String name, required String description, required String fromLanguage, required String learningLanguage, required String skillName, required List<int> includedTopicIds, required int troubleshootingId, required bool isAdmin, required bool isSubscribed, required List<Comment> comments, required List<Subtopic> subtopics})
Returns the new instance of ForumTopicResponse based on arguments.

Properties

comments List<Comment>
The comments
final
description String
The description
final
fromLanguage String
The from language
final
hashCode int
The hash code for this object.
no setteroverride
headers Map<String, String>
The http headers
finalinherited
id int
The id
final
includedTopicIds List<int>
The included topic IDs
final
isAdmin bool
The flag that represents this user is admin of this topic or not
final
isSubscribed bool
The flag that represents this user is subscribed this topic or not
final
learningLanguage String
The learning language
final
name String
The name
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skillName String
The skill name
final
status Status
The http status
finalinherited
subtopics List<Subtopic>
The subtopics
final
troubleshootingId int
The troubleshooting id
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