v1CreateTvcAppIntent constructor
const
v1CreateTvcAppIntent({
- required String name,
- required String quorumPublicKey,
- String? manifestSetId,
- v1TvcOperatorSetParams? manifestSetParams,
- bool? externalConnectivity,
Implementation
const v1CreateTvcAppIntent({
required this.name,
required this.quorumPublicKey,
this.manifestSetId,
this.manifestSetParams,
this.shareSetId,
this.shareSetParams,
this.externalConnectivity,
});