IncompatibleProtocolException constructor
Implementation
const IncompatibleProtocolException({
this.clientVersions = kSupportedSetonixProtocolVersions,
required this.serverVersions,
});
const IncompatibleProtocolException({
this.clientVersions = kSupportedSetonixProtocolVersions,
required this.serverVersions,
});