endpointResult property
A map that contains a multipart response for each address that the message was sent to. In the map, the endpoint ID is the key and the result is the value.
Implementation
final Map<String, EndpointMessageResult>? endpointResult;