CreateAppResponse constructor

CreateAppResponse({
  1. String? appArn,
})

Implementation

CreateAppResponse({
  this.appArn,
});