LOGGER_RESULT_MESSAGE constant

List<String> const LOGGER_RESULT_MESSAGE

Implementation

static const LOGGER_RESULT_MESSAGE = [
    'index is negative number at [IterablePattern.getByIndex].'
    // 'index が 負数.',
    // 'index = ${index}.',
];