TCreateTvcAppResponse constructor
const
TCreateTvcAppResponse({
- required v1Activity activity,
- v1CreateTvcAppResult? result,
Implementation
const TCreateTvcAppResponse({required this.activity, this.result,});