unexpected static method

InternalException<String> unexpected({
  1. required String param,
})

Implementation

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