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