NERoomLiveInfo class Null safety

Constructors

NERoomLiveInfo({required String? title, List<String?>? userUuidList, String? password, NERoomLiveLayout liveLayout = NERoomLiveLayout.none, String? chatRoomId, String? hlsPullUrl, String? httpPullUrl, String? pushUrl, String? rtmpPullUrl, String? extensionConfig, NERoomLiveState state = NERoomLiveState.invalid, String? taskId})

Properties

chatRoomId String?
final
extensionConfig String?
final
hashCode int
The hash code for this object.
read-only, inherited
hlsPullUrl String?
final
httpPullUrl String?
final
liveLayout NERoomLiveLayout
read / write
password String?
final
pushUrl String?
final
rtmpPullUrl String?
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
state NERoomLiveState
read / write
taskId String?
read / write
title String?
final
userUuidList List<String?>?
read / write

Methods

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

Operators

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