PutAccountSendingAttributesResponse.fromJson constructor

PutAccountSendingAttributesResponse.fromJson(
  1. Map<String, dynamic> _
)

Implementation

factory PutAccountSendingAttributesResponse.fromJson(Map<String, dynamic> _) {
  return PutAccountSendingAttributesResponse();
}