EndpointNameTooLongException constructor
const
EndpointNameTooLongException({})
Implementation
const EndpointNameTooLongException({
required this.actualLength,
required this.maxLength,
required this.encoded,
});