AddCarrierAccount constructor

AddCarrierAccount(
  1. CarrierAccountType type,
  2. String endpoint
)

Implementation

AddCarrierAccount(this.type, this.endpoint) : super();