TCreateTvcDeploymentResponse constructor

const TCreateTvcDeploymentResponse({
  1. required v1Activity activity,
  2. v1CreateTvcDeploymentResult? result,
})

Implementation

const TCreateTvcDeploymentResponse({required this.activity, this.result,});