LogId.custom constructor

const LogId.custom(
  1. int lambda()
)

by impl

use provided lambda to generate id

Implementation

const factory LogId.custom(int Function() lambda) = LogIdCustomImpl;