SdkTaskResponse constructor
SdkTaskResponse({
- StatelessFeature? feature,
- String? status,
- dynamic data,
- String? error,
Implementation
SdkTaskResponse({this.feature, this.status, this.data, this.error});