LOGGER_RESULT_MESSAGE constant

List<String> const LOGGER_RESULT_MESSAGE

Implementation

static const LOGGER_RESULT_MESSAGE = [
    'Result.wrapped is not exception.',
    'Result.wrapped is value.',
    'Can\'t call Result.asException.',
];