NodeInfo constructor

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

Implementation

NodeInfo({required this.id, this.name});