TUILiveInfo class

Constructors

TUILiveInfo()
TUILiveInfo.fromJson(Map<String, dynamic> dataMap)

Properties

activityStatus int
Live room active status: user-defined mark.
getter/setter pair
categoryList List<int>
Live room category list.
getter/setter pair
coverUrl String
Live room cover url.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isPublicVisible bool
Is the live room public.
getter/setter pair
roomInfo TUIRoomInfo
Room info(read only).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewCount int
Total number of views.
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