icon property

String get icon

Implementation

String get icon => [
      '🐛', // Debug
      '🚨', // Error
      '💡', // Info
      '🪧', // Log
      '🚧', // Warning
    ][index];