LogId.constant constructor
const
LogId.constant(
- int id
constant impl
always return a constant id.
this is useful when an id is not needed.
Implementation
const factory LogId.constant(int id) = LogIdConstantImpl;