Counterparty constructor

Counterparty({
  1. required String name,
  2. required CounterpartyType type,
})

Implementation

Counterparty({
  required this.name,
  required this.type,
});