Protocol constructor

Protocol({
  1. List<Interface>? interfaces,
  2. String? protocolVersion,
  3. String? type,
})

Implementation

Protocol({this.interfaces, this.protocolVersion, this.type});