Skip to content

Commit 6317ceb

Browse files
committed
Update
1 parent 41f729c commit 6317ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/generate_screen_bindings/_insight_mappers.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ final insightMappers = [
132132
if (b && params != null && params.isNotEmpty) {
133133
for (final e in params) {
134134
final field = FieldUtils.ofOrNull(e)!;
135-
if (field.nullable == true) {
135+
if (field.nullable == false) {
136136
throw Exception(
137137
'Cannot set `isRedirectable` to `true` if `internalParameters` contains required parameters.',
138138
);

0 commit comments

Comments
 (0)