CreateApplicationResponse constructor

CreateApplicationResponse({
  1. String? configurationId,
})

Implementation

CreateApplicationResponse({
  this.configurationId,
});