NetworkConfig constructor

NetworkConfig({
  1. String? networkAttachment,
})

Implementation

NetworkConfig({
  this.networkAttachment,
});