Messages class
Constructors
- Messages({String? type, bool? isDeleted, String? createdAt, String? editedAt, int? channelSegment, String? updatedAt, int? childrenNumber, String? channelId, String? userId, String? messageId, int? flagCount, int? reactionsCount, Reactions? reactions, Data? data})
-
Messages.fromJson(Map<
String, dynamic> json)
Properties
- channelId ↔ String?
-
getter/setter pair
- channelSegment ↔ int?
-
getter/setter pair
- childrenNumber ↔ int?
-
getter/setter pair
- createdAt ↔ String?
-
getter/setter pair
- data ↔ Data?
-
getter/setter pair
- editedAt ↔ String?
-
getter/setter pair
- flagCount ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDeleted ↔ bool?
-
getter/setter pair
- messageId ↔ String?
-
getter/setter pair
- reactions ↔ Reactions?
-
getter/setter pair
- reactionsCount ↔ int?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
getter/setter pair
- updatedAt ↔ String?
-
getter/setter pair
- userId ↔ String?
-
getter/setter pair
Methods
-
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited