ChunkMeta class

The chunk-correlation fields riding alongside a split sdp value.

Constructors

ChunkMeta({required String id, required int seq, required int total})
const
ChunkMeta.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
The id every chunk of one split frame shares.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seq int
This chunk's 0-based position.
final
total int
How many chunks the split frame was cut into.
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