NERoomKitOptions constructor Null safety
Implementation
NERoomKitOptions(
    {required this.appKey,
    this.useAssetServerConfig = false,
    this.serverConfig,
    Map<String, String>? extras,
    this.reuseIM = false})
    : extras = extras != null ? Map.from(extras) : const {};