Metadata class

Media metadata.

Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)

Properties

buffer Uint8List?
The buffer address of the received Metadata.
final
channelId String?
The channel name.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int?
The buffer size of the sent or received Metadata.
final
timeStampMs int?
The timestamp (ms) of when the Metadata is sent.
final
uid int?
The user ID. For the recipient: The ID of the remote user who sent the Metadata. For the sender: Ignore it.
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