v1TvcOperatorSetParams constructor

const v1TvcOperatorSetParams({
  1. required String name,
  2. List<v1TvcOperatorParams>? newOperators,
  3. List<String>? existingOperatorIds,
  4. required num threshold,
})

Implementation

const v1TvcOperatorSetParams({
  required this.name,
  this.newOperators,
  this.existingOperatorIds,
  required this.threshold,
});