CarrierType constructor

CarrierType(
  1. dynamic objectType,
  2. dynamic mode,
  3. Map<String, dynamic>? fields,
  4. String? readable,
  5. String? type
)

Implementation

CarrierType(
  objectType,
  mode,
  this.fields,
  this.logo,
  this.readable,
  this.type,
) : super(objectType, mode);