NetworkReference constructor

NetworkReference({
  1. String? network,
  2. String? subnetwork,
})

Implementation

NetworkReference({this.network, this.subnetwork});