ZwNode constructor

ZwNode(
  1. int id
)

Implementation

ZwNode(this.id) {
  logger = Logger('$runtimeType $id');
}