AdaptMessageResponse constructor

AdaptMessageResponse({
  1. String? payload,
  2. Map<String, String>? stateUpdates,
})

Implementation

AdaptMessageResponse({
  this.payload,
  this.stateUpdates,
});