Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$actions$definition constructor

Implementation

Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$actions$definition({
  required this.id,
  this.title,
  this.code,
  this.description,
  this.icon,
  this.theme,
  this.media,
  required this.createdAt,
  required this.updatedAt,
  this.donation,
  this.predefined,
  this.target,
});