setNetworkId method

void setNetworkId(
  1. int? network
)

Implementation

void setNetworkId(int? network) {
  networkId = network;
}