LiveStreamData class

Live Stream Post Data

Inheritance

Constructors

LiveStreamData({required String postId, required String? streamId, Map<String, dynamic>? rawData})
Init Live Stream Data

Properties

fileId String?
File id
finalinherited
fileInfo AmityFileInfo
File info
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
postId String
Post Id
finalinherited
rawData Map<String, dynamic>?
Raw Data
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamId String?
Steam Id
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