SdkTaskResponse constructor

SdkTaskResponse({
  1. StatelessFeature? feature,
  2. String? status,
  3. dynamic data,
  4. String? error,
})

Implementation

SdkTaskResponse({this.feature, this.status, this.data, this.error});