Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget constructor

Implementation

Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget({
  required this.id,
  this.theme,
  this.font,
  this.picture,
  this.icon,
  this.active,
  this.login,
  this.test,
  this.position,
  this.content,
  this.actions,
  this.multilanguage,
  required this.target,
  required this.createdAt,
  required this.updatedAt,
});