QueryResponsePayload constructor

QueryResponsePayload({
  1. Map<String, Map<String, Object?>>? devices,
})

Implementation

QueryResponsePayload({
  this.devices,
});