Metadata class

Media metadata

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Metadata(int uid, int timeStampMs)
Constructs the Metadata.

Properties

buffer Uint8List?
The buffer address of the sent or received Metadata.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeStampMs int
The timestamp (ms) of the Metadata.
getter/setter pair
uid int
User ID. For the receiver: The user ID of the user who sent the Metadata. For the sender: Ignore this value.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited