SearchAttachmentInGroup class
- Annotations
-
- @JsonSerializable()
Constructors
- SearchAttachmentInGroup({String name = '', String desciption = '', String id = '', String url = '', String urlPreview = '', int typeAttachment = 0, String messageId = '', int sizeByte = 0, int durationSeconds = 0, int revoke = 0, String senderId = '', String receiperId = '', String roomId = '', String timeSend = ''})
-
SearchAttachmentInGroup.fromJson(Map<
String, dynamic> json) -
factory
Properties
- desciption → String
-
final
- durationSeconds → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- messageId → String
-
final
- name → String
-
final
- receiperId → String
-
final
- revoke → int
-
final
- roomId → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- senderId → String
-
final
- sizeByte → int
-
final
- timeSend → String
-
final
- typeAttachment → int
-
final
- url → String
-
final
- urlPreview → String
-
final
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