result property

Map<String, MessageResult>? result
final

A map that contains a multipart response for each address (email address, phone number, or push notification token) that the message was sent to. In the map, the address is the key and the result is the value.

Implementation

final Map<String, MessageResult>? result;