NodeFrameworkAttributes constructor

NodeFrameworkAttributes({
  1. NodeEthereumAttributes? ethereum,
  2. NodeFabricAttributes? fabric,
})

Implementation

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