unexpected static method
Implementation
static InternalException<String> unexpected({
required String param,
}) =>
InternalException(code: unexpectedError, param: param);
static InternalException<String> unexpected({
required String param,
}) =>
InternalException(code: unexpectedError, param: param);