Query$GetMyDevices$Widget constructor

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

Implementation

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