ApiExceptionError.UnregisteredCode constructor

const ApiExceptionError.UnregisteredCode(
  1. String code
)

Implementation

const factory ApiExceptionError.UnregisteredCode(String code) = _UnregisteredCodeError;