kUndefinedException property

ServerException kUndefinedException
final

Implementation

static final kUndefinedException = ServerException(
  code: ExceptionCode.kUndefinedExceptionCode,
  message: 'Something went wrong!',
)