CreateCustomProtocol constructor

CreateCustomProtocol(
  1. String ownerId,
  2. String name,
  3. String description,
  4. String customProtocol,
)

Implementation

CreateCustomProtocol(
  this.ownerId,
  this.name,
  this.description,
  this.customProtocol,
) : super();