ResponseReadyToWidget constructor

ResponseReadyToWidget(
  1. String appKey,
  2. WidgetAttributes attributes,
  3. String domain,
  4. int platform,
  5. String version,
  6. String appId,
  7. String type,
  8. Map<String, dynamic>? localData,
  9. WidgetPermission permission,
)

Implementation

ResponseReadyToWidget(this.appKey, this.attributes, this.domain,
    this.platform, this.version, this.appId, this.type, this.localData, this.permission);