ResponseReadyToWidget constructor
ResponseReadyToWidget(
- String appKey,
- WidgetAttributes attributes,
- String domain,
- int platform,
- String version,
- String appId,
- String type,
- Map<
String, dynamic> ? localData, - WidgetPermission permission,
Implementation
ResponseReadyToWidget(this.appKey, this.attributes, this.domain,
this.platform, this.version, this.appId, this.type, this.localData, this.permission);