NodeInfo constructor

const NodeInfo({
  1. required String network,
})

Implementation

const NodeInfo({required this.network});