AttachmentMessage class

Annotations
  • @JsonSerializable()
  • @JsonStringToInt()

Constructors

AttachmentMessage(dynamic key, dynamic digest, String attachmentId, String mimeType, int size, String? name, int? width, int? height, String? thumbnail, int? duration, dynamic waveform, String? caption, String? createdAt)
AttachmentMessage.fromJson(Map<String, dynamic> json)
factory

Properties

attachmentId String
getter/setter pair
caption String?
getter/setter pair
createdAt String?
getter/setter pair
digest ↔ dynamic
getter/setter pair
duration int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int?
getter/setter pair
key ↔ dynamic
getter/setter pair
mimeType String
getter/setter pair
name String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shareable bool?
getter/setter pair
size int
getter/setter pair
thumbnail String?
getter/setter pair
waveform ↔ dynamic
getter/setter pair
width int?
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