NERoomLiveInfo class Null safety
Constructors
-
NERoomLiveInfo({required String? title, List<
String?> ? liveUuids, String? password, NELiveLayout liveLayout = NELiveLayout.neRoomLiveLayoutGallery, String? chatRoomId, String? hlsPullUrl, String? httpPullUrl, String? pushUrl, String? rtmpPullUrl, String? extras, NELiveState state = NELiveState.neRoomLiveStateInit, String? taskId})
Properties
- chatRoomId → String?
-
final
- extras → String?
-
final
- hashCode → int
-
The hash code for this object.
read-only, inherited
- hlsPullUrl → String?
-
final
- httpPullUrl → String?
-
final
- liveLayout ↔ NELiveLayout
-
read / write
-
liveUuids
↔ List<
String?> ? -
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 ↔ NELiveState
-
read / write
- taskId ↔ String?
-
read / write
- title → String?
-
final
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