Query$GetMyDevices constructor

Query$GetMyDevices({
  1. required List<Query$GetMyDevices$myDevices> myDevices,
  2. String $__typename = 'Query',
})

Implementation

Query$GetMyDevices({required this.myDevices, this.$__typename = 'Query'});