LogId.constant constructor

const LogId.constant(
  1. 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;