isBuilderExistsError static method

bool isBuilderExistsError(
  1. ApiExceptionError exception
)

Implementation

static bool isBuilderExistsError(ApiExceptionError exception) => exception is _BuilderExistsError;