NodeInfo constructor

NodeInfo({
  1. String? id,
  2. String? zone,
})

Implementation

NodeInfo({this.id, this.zone});