FetchMoreOptions$Query$GraphUtil_IsDeviceOnline constructor
FetchMoreOptions$Query$GraphUtil_IsDeviceOnline({
- required UpdateQuery updateQuery,
- required Variables$Query$GraphUtil_IsDeviceOnline variables,
Implementation
FetchMoreOptions$Query$GraphUtil_IsDeviceOnline({
required graphql.UpdateQuery updateQuery,
required Variables$Query$GraphUtil_IsDeviceOnline variables,
}) : super(
updateQuery: updateQuery,
variables: variables.toJson(),
document: documentNodeQueryGraphUtil_IsDeviceOnline,
);