DescribeUpdateResponse constructor

DescribeUpdateResponse({
  1. Update? update,
})

Implementation

DescribeUpdateResponse({
  this.update,
});