TGetTvcAppDeploymentsBody constructor

const TGetTvcAppDeploymentsBody({
  1. String? organizationId,
  2. required String appId,
})

Implementation

const TGetTvcAppDeploymentsBody({
   this.organizationId,
  required  this.appId,
});