NERoomLiveInfo constructor Null safety

NERoomLiveInfo(
  1. {required String? title,
  2. List<String?>? liveUuids,
  3. String? password,
  4. NELiveLayout liveLayout = NELiveLayout.neRoomLiveLayoutGallery,
  5. String? chatRoomId,
  6. String? hlsPullUrl,
  7. String? httpPullUrl,
  8. String? pushUrl,
  9. String? rtmpPullUrl,
  10. String? extras,
  11. NELiveState state = NELiveState.neRoomLiveStateInit,
  12. String? taskId}
)

Implementation

NERoomLiveInfo(
    {required this.title,
    this.liveUuids,
    this.password,
    this.liveLayout = NELiveLayout.neRoomLiveLayoutGallery,
    this.chatRoomId,
    this.hlsPullUrl,
    this.httpPullUrl,
    this.pushUrl,
    this.rtmpPullUrl,
    this.extras,
    this.state = NELiveState.neRoomLiveStateInit,
    this.taskId});