TCreateTvcAppResponse constructor

const TCreateTvcAppResponse({
  1. required v1Activity activity,
  2. v1CreateTvcAppResult? result,
})

Implementation

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