DeleteContextResponse constructor

DeleteContextResponse({
  1. String? contextArn,
})

Implementation

DeleteContextResponse({
  this.contextArn,
});