TGetTvcAppBody constructor

const TGetTvcAppBody({
  1. String? organizationId,
  2. required String tvcAppId,
})

Implementation

const TGetTvcAppBody({
   this.organizationId,
  required  this.tvcAppId,
});