CarrierAccount constructor
CarrierAccount(- dynamic id,
- dynamic createdAt,
- dynamic updatedAt,
- dynamic objectType,
- dynamic mode,
- [String? billableType,
- Map<String, dynamic>? credentials,
- String? description,
- String? readable,
- String? reference,
- Map<String, dynamic>? testCredentials,
- 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);