NodeFabricAttributes constructor

NodeFabricAttributes({
  1. String? peerEndpoint,
  2. String? peerEventEndpoint,
})

Implementation

NodeFabricAttributes({
  this.peerEndpoint,
  this.peerEventEndpoint,
});