NetworkFrameworkAttributes constructor

NetworkFrameworkAttributes({
  1. NetworkEthereumAttributes? ethereum,
  2. NetworkFabricAttributes? fabric,
})

Implementation

NetworkFrameworkAttributes({
  this.ethereum,
  this.fabric,
});