We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ec3e9 commit c7beb5aCopy full SHA for c7beb5a
splitio_platform_interface/lib/split_view.dart
@@ -32,7 +32,7 @@ class SplitView {
32
entry['changeNumber'],
33
mappedConfig,
34
entry['defaultTreatment'] ?? '',
35
- (entry['sets'] as List).map((el) => el as String).toList());
+ (entry['sets'] ?? [] as List).map((el) => el as String).toList());
36
}
37
38
@override
0 commit comments