NERoomLiveRequest constructor Null safety

NERoomLiveRequest(
  1. {required String title,
  2. NELiveLayout liveLayout = NELiveLayout.neRoomLiveLayoutGallery,
  3. String? password,
  4. bool liveChatRoomIndependent = false,
  5. required List<String?> liveUuids,
  6. String? extras}
)

Implementation

NERoomLiveRequest(
    {required this.title,
    this.liveLayout = NELiveLayout.neRoomLiveLayoutGallery,
    this.password,
    this.liveChatRoomIndependent = false,
    required this.liveUuids,
    this.extras});