fromId static method

CarrierAccount fromId(
  1. String carrierAccountId
)

Implementation

static CarrierAccount fromId(String carrierAccountId) =>
    CarrierAccount(carrierAccountId, null, null, null, null);