InvalidCarrierFormatError constructor

InvalidCarrierFormatError(
  1. String message
)

Returns an instance of the InvalidCarrierFormatError

Implementation

InvalidCarrierFormatError(this.message);