CarrierAccount constructor

CarrierAccount(
  1. dynamic id,
  2. dynamic createdAt,
  3. dynamic updatedAt,
  4. dynamic objectType,
  5. dynamic mode,
  6. [String? billableType,
  7. Map<String, dynamic>? credentials,
  8. String? description,
  9. String? readable,
  10. String? reference,
  11. Map<String, dynamic>? testCredentials,
  12. String? type]
)

Implementation

CarrierAccount(id, createdAt, updatedAt, objectType, mode,
    [this.billableType,
    this.credentials,
    this.description,
    this.readable,
    this.reference,
    this.testCredentials,
    this.type])
    : super(id, createdAt, updatedAt, objectType, mode);