ProtocolError constructor

const ProtocolError(
  1. String message
)

Implementation

const ProtocolError(String message) : super(message);