FetchMoreOptions$Query$GraphUtil_IsDeviceOnline constructor

FetchMoreOptions$Query$GraphUtil_IsDeviceOnline({
  1. required UpdateQuery updateQuery,
  2. 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,
     );