copyWith method
Implementation
ProtocolVersion copyWith({Object? value = _acpCopyWithAbsent}) =>
ProtocolVersion(
identical(value, _acpCopyWithAbsent) ? this.value : value as int,
);
ProtocolVersion copyWith({Object? value = _acpCopyWithAbsent}) =>
ProtocolVersion(
identical(value, _acpCopyWithAbsent) ? this.value : value as int,
);