Query$SaveEyeGraphUtil_GetDevicePopAndSerial$Widget constructor

Query$SaveEyeGraphUtil_GetDevicePopAndSerial$Widget({
  1. Key? key,
  2. required Options$Query$SaveEyeGraphUtil_GetDevicePopAndSerial options,
  3. required QueryBuilder<Query$SaveEyeGraphUtil_GetDevicePopAndSerial> builder,
})

Implementation

Query$SaveEyeGraphUtil_GetDevicePopAndSerial$Widget({
  widgets.Key? key,
  required Options$Query$SaveEyeGraphUtil_GetDevicePopAndSerial options,
  required graphql_flutter.QueryBuilder<
    Query$SaveEyeGraphUtil_GetDevicePopAndSerial
  >
  builder,
}) : super(key: key, options: options, builder: builder);