LOGGER_RESULT_MESSAGE constant

List<String> const LOGGER_RESULT_MESSAGE

Implementation

static const LOGGER_RESULT_MESSAGE = [
    'index over length at [IterablePattern.getByIndex].'
    // 'index が length を超過.',
    // 'index = ${index}',
    // 'length = ${length}',
];