NetworkFrameworkAttributes constructor
NetworkFrameworkAttributes({
- NetworkEthereumAttributes? ethereum,
- NetworkFabricAttributes? fabric,
Implementation
NetworkFrameworkAttributes({
this.ethereum,
this.fabric,
});