SLogChannel constructor

const SLogChannel({
  1. required String name,
})

A log channel

Implementation

const SLogChannel({required this.name});