NERoomLiveRequest constructor Null safety
Implementation
NERoomLiveRequest(
    {required this.title,
    required this.liveLayout,
    this.password,
    required this.userUuidList,
    this.extensionConfig});
NERoomLiveRequest(
    {required this.title,
    required this.liveLayout,
    this.password,
    required this.userUuidList,
    this.extensionConfig});