LOGGER_RESULT_MESSAGE constant

List<String> const LOGGER_RESULT_MESSAGE

Implementation

static const LOGGER_RESULT_MESSAGE = [
    '[EnumPattern] の fromType constructor で無効な Type を指定.',
    '考えられる可能性.',
    '1. final class type ではない abstract class type を指定(呼び出し側の不備).',
    '2. 分岐先の未実装による分岐漏れ(呼び出し元の不備).',
];