NodeFrameworkAttributes constructor
NodeFrameworkAttributes({
- NodeEthereumAttributes? ethereum,
- NodeFabricAttributes? fabric,
Implementation
NodeFrameworkAttributes({
this.ethereum,
this.fabric,
});