Obj constructor

Obj(
  1. String name,
  2. Loggable? value
)

Implementation

factory Obj(String name, Loggable? value) => _StaticObj(name, value);