Counterparty constructor
Counterparty({
- required String name,
- required CounterpartyType type,
Implementation
Counterparty({
required this.name,
required this.type,
});