Discussion class

Inheritance
Annotations
  • @injectable

Constructors

Discussion()

Properties

childrens JsonList<Discussion>
getter/setter pair
content JsonString
getter/setter pair
createdAt JsonDate
getter/setter pair
creator JsonObject<AppUser>
getter/setter pair
creatorId JsonInteger
getter/setter pair
deletedAt JsonDate
getter/setter pair
discussionId JsonInteger
getter/setter pair
error String?
Gets the first general error message.
no setterinherited
errors Map<String, String?>
Map of field-specific errors.
getter/setter pairinherited
fields List<JsonField>
List of JSON fields representing the model attributes.
no setteroverride
files JsonList<File>
getter/setter pair
generalErrors List<String>
List of general errors.
getter/setter pairinherited
generalInformations List<String>
List of general informational messages.
getter/setter pairinherited
generalWarnings List<String>
List of general warnings.
getter/setter pairinherited
hasError bool
Checks if the model has any errors.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hasInformation bool
Checks if the model has any informational messages.
no setterinherited
hasWarning bool
Checks if the model has any warnings.
no setterinherited
id JsonInteger
getter/setter pair
information String?
Gets the first general informational message.
no setterinherited
informations Map<String, String?>
Map of field-specific informational messages.
getter/setter pairinherited
isOwner JsonBoolean
getter/setter pair
isPopup JsonBoolean
getter/setter pair
lastestComment JsonObject<LastestComment>
getter/setter pair
lastestCommentId JsonInteger
getter/setter pair
mobileContent JsonString
getter/setter pair
numberOfUnreadComments JsonInteger
getter/setter pair
orderBy JsonString
getter/setter pair
orderType JsonString
getter/setter pair
parentId JsonInteger
getter/setter pair
requestId JsonInteger
getter/setter pair
requestName JsonString
getter/setter pair
requestProperty JsonString
getter/setter pair
requisitionEntity JsonObject<RequisitionEntity>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skip JsonInteger
getter/setter pair
take JsonInteger
getter/setter pair
unread JsonBoolean
getter/setter pair
updatedAt JsonDate
getter/setter pair
userReacteds JsonList<CommentReaction>
getter/setter pair
warning String?
Gets the first general warning message.
no setterinherited
warnings Map<String, String?>
Map of field-specific warnings.
getter/setter pairinherited

Methods

fromJson(dynamic json) → void
Deserializes the JSON data to the model.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes the model to JSON.
inherited
toString() String
Converts the model to a JSON string.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](String name) → dynamic
Gets the value of a field by name.
inherited
operator []=(String name, dynamic value) → void
Sets the value of a field by name.
inherited