Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit 49beeaf

Browse files
committed
nnbd - fix
1 parent 236a47a commit 49beeaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/schema/graphql_query.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ abstract class GraphQLQuery<T, U extends JsonSerializable> extends Equatable {
1818
final String? operationName = null;
1919

2020
/// Parses a JSON map into the response type.
21-
T parse(Map<String, dynamic>? json);
21+
T parse(Map<String, dynamic> json);
2222

2323
/// Get variables as a JSON map.
2424
Map<String, dynamic> getVariablesMap() => variables?.toJson() ?? {};

0 commit comments

Comments
 (0)