NERoomLiveInfo constructor Null safety

NERoomLiveInfo(
  1. {required String? title,
  2. List<String?>? userUuidList,
  3. String? password,
  4. NERoomLiveLayout liveLayout = NERoomLiveLayout.none,
  5. String? chatRoomId,
  6. String? hlsPullUrl,
  7. String? httpPullUrl,
  8. String? pushUrl,
  9. String? rtmpPullUrl,
  10. String? extensionConfig,
  11. NERoomLiveState state = NERoomLiveState.invalid,
  12. String? taskId}
)

Implementation

NERoomLiveInfo(
    {required this.title,
    this.userUuidList,
    this.password,
    this.liveLayout = NERoomLiveLayout.none,
    this.chatRoomId,
    this.hlsPullUrl,
    this.httpPullUrl,
    this.pushUrl,
    this.rtmpPullUrl,
    this.extensionConfig,
    this.state = NERoomLiveState.invalid,
    this.taskId});