TypesErrorCode.tlsAlertReceived constructor
const
TypesErrorCode.tlsAlertReceived(
- ({dynamic alertId, dynamic alertMessage}) payload
Implementation
const factory TypesErrorCode.tlsAlertReceived(
({i0.Option<int> alertId, i0.Option<String> alertMessage}) payload,
) = TypesErrorCodeTlsAlertReceived;